Class WorkStation.EndServiceListener

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EndServiceListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void action​(JSLEvent<Entity> event)
      This must be implemented by any objects that want to supply event logic.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EndServiceListener

        protected EndServiceListener()
    • Method Detail

      • action

        public void action​(JSLEvent<Entity> event)
        Description copied from interface: EventActionIfc
        This must be implemented by any objects that want to supply event logic. This is essentially the "event routine".
        Specified by:
        action in interface EventActionIfc<Entity>
        Parameters:
        event - The event that triggered this action.