Uses of Interface
org.hippoecm.hst.pagecomposer.jaxrs.api.PageEvent
Packages that use PageEvent
-
Uses of PageEvent in org.hippoecm.hst.pagecomposer.jaxrs.api
Subinterfaces of PageEvent in org.hippoecm.hst.pagecomposer.jaxrs.apiModifier and TypeInterfaceDescriptioninterface
PageCopyEvent
which will be put on the internal Guava event bus forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughPageCopyEvent#setException(java.lang.RuntimeException)
.interface
PageCreateEvent
which will be put on the internal Guava event bus forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughPageCreateEvent#setException(java.lang.RuntimeException)
.interface
PageDeleteEvent
which will be put on the internal Guava event bus forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughPageDeleteEvent#setException(java.lang.RuntimeException)
.interface
PageMoveEvent
which will be put on the internal Guava event bus forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughPageMoveEvent#setException(java.lang.RuntimeException)
.interface
PageUpdateEvent
which will be put on the internal Guava event bus forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughPageUpdateEvent#setException(java.lang.RuntimeException)
.