Class ProcessCommand.ResumeListener

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ResumeListener()  
    • Method Summary

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

      • ResumeListener

        protected ResumeListener()
    • Method Detail