Class EventRegistryImpl
java.lang.Object
io.meeds.gamification.service.impl.EventRegistryImpl
- All Implemented Interfaces:
EventRegistry,org.picocontainer.Startable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPlugin(EventConfigPlugin eventConfigPlugin) booleanremove(EventConfigPlugin eventConfigPlugin) voidstart()voidstop()
-
Constructor Details
-
EventRegistryImpl
-
-
Method Details
-
addPlugin
- Specified by:
addPluginin interfaceEventRegistry
-
remove
- Specified by:
removein interfaceEventRegistry
-
start
public void start()- Specified by:
startin interfaceorg.picocontainer.Startable
-
stop
public void stop()- Specified by:
stopin interfaceorg.picocontainer.Startable
-