Interface IPlugin

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String CLASSNAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void start()
      This method can be implemented by plugins to delay part of the initialization until subclasses have finished their construction.
      void stop()
      Release references to external resources.
    • Method Detail

      • start

        void start()
        This method can be implemented by plugins to delay part of the initialization until subclasses have finished their construction.
      • stop

        void stop()
        Release references to external resources. It is not necessary to unregister services or trackers; this is handled by the framework.