Class HospitalWard.OperationPatientArrivalAction

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void action​(JSLEvent evt)
      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

      • OperationPatientArrivalAction

        protected OperationPatientArrivalAction()
    • Method Detail

      • action

        public void action​(JSLEvent evt)
        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<java.lang.Object>
        Specified by:
        action in class EventAction
        Parameters:
        evt - The event that triggered this action.