-
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)
.
Singleton registry for decoupled/wring lookup/wiring of listeners that handle using
the
Whiteboard Pattern.
Super interface for all page actions that require a context.
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)
.
Synchronous event abstraction to allow a listener to be able to set a runtime exception.