-
interface
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)
.
interface
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)
.
interface
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)
.
interface
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)
.
interface
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)
.