Package org.drasyl.plugins
Class PluginManager
java.lang.Object
org.drasyl.plugins.PluginManager
The 
PluginManager notifies all enabled plugins about specific node events (like startup
 or shutdown).- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidThis method get called last when theDrasylNodeis shut down.voidThis method is called last when theDrasylNodeis started.voidThis method get called first when theDrasylNodeis shut down.voidThis method is called first when theDrasylNodeis started. 
- 
Constructor Details
- 
PluginManager
 
 - 
 - 
Method Details
- 
beforeStart
public void beforeStart()This method is called first when theDrasylNodeis started. - 
afterStart
public void afterStart()This method is called last when theDrasylNodeis started. - 
beforeShutdown
public void beforeShutdown()This method get called first when theDrasylNodeis shut down. - 
afterShutdown
public void afterShutdown()This method get called last when theDrasylNodeis shut down. 
 -