Class StartLocalServerHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()
      Called by the framework when handler is triggered.
      boolean isEnabled()
      Called by the framework to check whether handler is enabled.
      • Methods inherited from class java.lang.Object

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

      • StartLocalServerHandler

        public StartLocalServerHandler()
    • Method Detail

      • execute

        @Execute
        public void execute()
        Called by the framework when handler is triggered.
      • isEnabled

        @CanExecute
        public boolean isEnabled()
        Called by the framework to check whether handler is enabled.
        Returns:
        true if enabled, false otherwise