Interface | Description |
---|---|
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 |
Page copying context data used in
PageCopyEvent . |
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 |
Page create context data used in
PageCreateEvent |
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 |
Page delete context data used in
PageDeleteEvent . |
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 |
Page moving context data used in
PageMoveEvent . |
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 |
Page updating context data used in
PageUpdateEvent |
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.
|
Class | Description |
---|---|
ChannelEventListenerRegistry |
Singleton registry for decoupled/wring lookup/wiring of listeners that handle using
the Whiteboard Pattern.
|
Enum | Description |
---|---|
ChannelEvent.ChannelEventType |
Channel event type.
|
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.