Class PluginManager


  • public class PluginManager
    extends Object
    The PluginManager notifies all enabled plugins about specific node events (like startup or shutdown).
    • Method Detail

      • beforeStart

        public void beforeStart()
        This method is called first when the DrasylNode is started.
      • afterStart

        public void afterStart()
        This method is called last when the DrasylNode is started.
      • beforeShutdown

        public void beforeShutdown()
        This method get called first when the DrasylNode is shut down.
      • afterShutdown

        public void afterShutdown()
        This method get called last when the DrasylNode is shut down.