Class EventRegistryImpl

java.lang.Object
io.meeds.gamification.service.impl.EventRegistryImpl
All Implemented Interfaces:
EventRegistry, org.picocontainer.Startable

public class EventRegistryImpl extends Object implements org.picocontainer.Startable, EventRegistry
  • Constructor Details

    • EventRegistryImpl

      public EventRegistryImpl(EventService eventService)
  • Method Details

    • addPlugin

      public void addPlugin(EventConfigPlugin eventConfigPlugin)
      Specified by:
      addPlugin in interface EventRegistry
    • remove

      public boolean remove(EventConfigPlugin eventConfigPlugin)
      Specified by:
      remove in interface EventRegistry
    • start

      public void start()
      Specified by:
      start in interface org.picocontainer.Startable
    • stop

      public void stop()
      Specified by:
      stop in interface org.picocontainer.Startable