Class AbstractModule
- java.lang.Object
-
- de.extio.spacecraft.shared.module.AbstractModule
-
- All Implemented Interfaces:
Module
- Direct Known Subclasses:
AbstractClientModule
,AbstractServerModule
public abstract class AbstractModule extends Object implements Module
Root of all modules
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description AbstractModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onActivate()
void
onDeactivate()
void
onLoad()
void
onUnload()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.extio.spacecraft.shared.module.Module
getMessageSubscriptions
-
-
-
-
Method Detail
-
onActivate
public void onActivate()
- Specified by:
onActivate
in interfaceModule
-
onDeactivate
public void onDeactivate()
- Specified by:
onDeactivate
in interfaceModule
-
-