| Package | Description |
|---|---|
| org.gatein.pc.controller.event | |
| org.gatein.pc.controller.impl.event |
| Modifier and Type | Method and Description |
|---|---|
void |
EventControllerContext.eventConsumed(EventPhaseContext context,
WindowEvent consumedEvent,
org.gatein.pc.api.invocation.response.PortletInvocationResponse consumerResponse)
Context call back when an event is consumed by a portlet.
|
void |
AbstractEventControllerContext.eventConsumed(EventPhaseContext context,
WindowEvent consumedEvent,
org.gatein.pc.api.invocation.response.PortletInvocationResponse consumerResponse) |
void |
EventControllerContext.eventDiscarded(EventPhaseContext context,
WindowEvent discardedEvent,
int cause)
Context call back when an event is discarded by the controller for a specific reason.
|
void |
AbstractEventControllerContext.eventDiscarded(EventPhaseContext context,
WindowEvent discardedEvent,
int cause) |
void |
EventControllerContext.eventFailed(EventPhaseContext context,
WindowEvent failedEvent,
Throwable throwable)
Context call back when an event failed to be delivered because the invoker threw an exception.
|
void |
AbstractEventControllerContext.eventFailed(EventPhaseContext context,
WindowEvent consumedEvent,
Throwable throwable) |
Iterable<WindowEvent> |
EventControllerContext.eventProduced(EventPhaseContext context,
WindowEvent producedEvent,
WindowEvent sourceEvent)
Context call back when an event is produced.
|
Iterable<WindowEvent> |
AbstractEventControllerContext.eventProduced(EventPhaseContext context,
WindowEvent producedEvent,
WindowEvent sourceEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventControllerContextImpl.eventConsumed(EventPhaseContext context,
WindowEvent consumedEvent,
org.gatein.pc.api.invocation.response.PortletInvocationResponse consumerResponse) |
void |
EventControllerContextImpl.eventDiscarded(EventPhaseContext context,
WindowEvent discardedEvent,
int cause) |
void |
EventControllerContextImpl.eventFailed(EventPhaseContext context,
WindowEvent failedEvent,
Throwable throwable) |
Iterable<WindowEvent> |
EventControllerContextImpl.eventProduced(EventPhaseContext context,
WindowEvent producedEvent,
WindowEvent sourceEvent) |
Copyright © 2003-2020 GateIn. All Rights Reserved.