Uses of Class
org.gatein.pc.controller.EventPhaseContext
Packages that use EventPhaseContext
-
Uses of EventPhaseContext in org.gatein.pc.controller.event
Methods in org.gatein.pc.controller.event with parameters of type EventPhaseContextModifier and TypeMethodDescriptionvoidAbstractEventControllerContext.eventConsumed(EventPhaseContext context, WindowEvent consumedEvent, org.gatein.pc.api.invocation.response.PortletInvocationResponse consumerResponse) voidEventControllerContext.eventConsumed(EventPhaseContext context, WindowEvent consumedEvent, org.gatein.pc.api.invocation.response.PortletInvocationResponse consumerResponse) Context call back when an event is consumed by a portlet.voidAbstractEventControllerContext.eventDiscarded(EventPhaseContext context, WindowEvent discardedEvent, int cause) voidEventControllerContext.eventDiscarded(EventPhaseContext context, WindowEvent discardedEvent, int cause) Context call back when an event is discarded by the controller for a specific reason.voidAbstractEventControllerContext.eventFailed(EventPhaseContext context, WindowEvent consumedEvent, Throwable throwable) voidEventControllerContext.eventFailed(EventPhaseContext context, WindowEvent failedEvent, Throwable throwable) Context call back when an event failed to be delivered because the invoker threw an exception.AbstractEventControllerContext.eventProduced(EventPhaseContext context, WindowEvent producedEvent, WindowEvent sourceEvent) EventControllerContext.eventProduced(EventPhaseContext context, WindowEvent producedEvent, WindowEvent sourceEvent) Context call back when an event is produced. -
Uses of EventPhaseContext in org.gatein.pc.controller.impl.event
Methods in org.gatein.pc.controller.impl.event with parameters of type EventPhaseContextModifier and TypeMethodDescriptionvoidEventControllerContextImpl.eventConsumed(EventPhaseContext context, WindowEvent consumedEvent, org.gatein.pc.api.invocation.response.PortletInvocationResponse consumerResponse) voidEventControllerContextImpl.eventDiscarded(EventPhaseContext context, WindowEvent discardedEvent, int cause) voidEventControllerContextImpl.eventFailed(EventPhaseContext context, WindowEvent failedEvent, Throwable throwable) EventControllerContextImpl.eventProduced(EventPhaseContext context, WindowEvent producedEvent, WindowEvent sourceEvent)