Uses of Package
eu.rarogsoftware.rarog.platform.api.plugins.events
Packages that use eu.rarogsoftware.rarog.platform.api.plugins.events
Package
Description
-
Classes in eu.rarogsoftware.rarog.platform.api.plugins.events used by eu.rarogsoftware.rarog.platform.api.plugins.eventsClassDescriptionClasses implementing this interface will be scanned for methods annotated with
EventHandler
. -
Classes in eu.rarogsoftware.rarog.platform.api.plugins.events used by eu.rarogsoftware.rarog.platform.core.plugins.eventsClassDescriptionClasses implementing this interface will be scanned for methods annotated with
EventHandler
.Feature descriptor used to registerEventListener
s within Rarog.Rarog's event service - used to handle events published by plugins. -
Classes in eu.rarogsoftware.rarog.platform.api.plugins.events used by eu.rarogsoftware.rarog.platform.plugins.autoconfigure.eventsClassDescriptionClasses implementing this interface will be scanned for methods annotated with
EventHandler
.Feature descriptor used to registerEventListener
s within Rarog. -
Classes in eu.rarogsoftware.rarog.platform.api.plugins.events used by eu.rarogsoftware.rarog.platform.plugins.func.testClassDescriptionClasses implementing this interface will be scanned for methods annotated with
EventHandler
.Feature descriptor used to registerEventListener
s within Rarog.Rarog's event service - used to handle events published by plugins. -
Classes in eu.rarogsoftware.rarog.platform.api.plugins.events used by eu.rarogsoftware.rarog.platform.plugins.func.test.eventsClassDescriptionUsed with
EventListener
interface to create classes listening for events.Classes implementing this interface will be scanned for methods annotated withEventHandler
.