Package eu.rarogsoftware.rarog.platform.api.plugins.events
package eu.rarogsoftware.rarog.platform.api.plugins.events
-
ClassDescriptionException thrown by the
EventService
when the event is sent with a method propagating exceptions and one of the listeners throws anyThrowable
when handling the event.Used withEventListener
interface to create classes listening for events.Classes implementing this interface will be scanned for methods annotated withEventHandler
.Feature descriptor used to registerEventListener
s within Rarog.Rarog's event service - used to handle events published by plugins.