Uses of Interface
org.hippoecm.hst.pagecomposer.jaxrs.api.PageEvent

Packages that use PageEvent
  • Uses of PageEvent in org.hippoecm.hst.pagecomposer.jaxrs.api

    Modifier and Type
    Interface
    Description
    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).