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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidcallEnableEvent(PlanPlugin plugin) voiddisable()Performs disable actions for the subsystemvoidenable()Performs enable actions for the subsystem.protected abstract voidprotected abstract void
-
Constructor Details
-
ListenerSystem
public ListenerSystem()
-
-
Method Details
-
enable
public void enable()Description copied from interface:SubSystemPerforms enable actions for the subsystem. -
disable
public void disable()Description copied from interface:SubSystemPerforms disable actions for the subsystem -
registerListeners
protected abstract void registerListeners() -
unregisterListeners
protected abstract void unregisterListeners() -
callEnableEvent
-