Class ListenerSystem
java.lang.Object
com.djrapitops.plan.gathering.listeners.ListenerSystem
- All Implemented Interfaces:
SubSystem
- Direct Known Subclasses:
BukkitListenerSystem
,BungeeListenerSystem
,FabricListenerSystem
,NukkitListenerSystem
,SpongeListenerSystem
,VelocityListenerSystem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
callEnableEvent
(PlanPlugin plugin) void
disable()
Performs disable actions for the subsystemvoid
enable()
Performs enable actions for the subsystem.protected abstract void
protected abstract void
-
Constructor Details
-
ListenerSystem
public ListenerSystem()
-
-
Method Details
-
enable
public void enable()Description copied from interface:SubSystem
Performs enable actions for the subsystem. -
disable
public void disable()Description copied from interface:SubSystem
Performs disable actions for the subsystem -
registerListeners
protected abstract void registerListeners() -
unregisterListeners
protected abstract void unregisterListeners() -
callEnableEvent
-