BaseChannelEvent |
BaseChannelEvent which will be put on the internal ChannelEventBus for
synchronous events dispatching where listeners to this event can inject logic or short-circuit
processing by setting a RuntimeException
through RuntimeExceptionEvent#setException(java.lang.RuntimeException) .
|
BeforeChannelDeleteEvent |
Channel event occuring before a channel is deleted.
|
ChannelEvent |
|
PageActionContext |
Super interface for all page actions that require a context.
|
PageCopyContext |
|
PageCopyEvent |
PageCopyEvent which will be put on the internal Guava event bus for
synchronous events dispatching where listeners to this event can inject logic or short-circuit
processing by setting a RuntimeException
through PageCopyEvent#setException(java.lang.RuntimeException) .
|
PageCreateContext |
|
PageCreateEvent |
PageCreateEvent which will be put on the internal Guava event bus for
synchronous events dispatching where listeners to this event can inject logic or short-circuit
processing by setting a RuntimeException
through PageCreateEvent#setException(java.lang.RuntimeException) .
|
PageDeleteContext |
|
PageDeleteEvent |
PageDeleteEvent which will be put on the internal Guava event bus for
synchronous events dispatching where listeners to this event can inject logic or short-circuit
processing by setting a RuntimeException
through PageDeleteEvent#setException(java.lang.RuntimeException) .
|
PageEvent<T extends PageActionContext> |
PageEvent which will be put on the internal Guava event bus for
synchronous events dispatching where listeners to this event can inject logic or short-circuit
processing by setting a RuntimeException
through PageEvent#setException(java.lang.RuntimeException) .
|
PageMoveContext |
|
PageMoveEvent |
PageMoveEvent which will be put on the internal Guava event bus for
synchronous events dispatching where listeners to this event can inject logic or short-circuit
processing by setting a RuntimeException
through PageMoveEvent#setException(java.lang.RuntimeException) .
|
PageUpdateContext |
|
PageUpdateEvent |
PageUpdateEvent which will be put on the internal Guava event bus for
synchronous events dispatching where listeners to this event can inject logic or short-circuit
processing by setting a RuntimeException
through PageUpdateEvent#setException(java.lang.RuntimeException) .
|
RuntimeExceptionEvent |
Synchronous event abstraction to allow a listener to be able to set a runtime exception.
|