UIX 2.2.8

oracle.cabo.servlet.event
Interface UIXRequestListener

All Superinterfaces:
java.util.EventListener

public interface UIXRequestListener
extends java.util.EventListener

Interface for listening to the lifecycle of an individual request.

See Also:
UIXRequestEvent

Method Summary
 void eventEnded(UIXRequestEvent event)
          Notifies the listener that event processing has completed.
 void eventStarted(UIXRequestEvent event)
          Notifies the listener that event processing is starting.
 void renderEnded(UIXRequestEvent event)
          Notifies the listener that rendering has completed.
 void renderStarted(UIXRequestEvent event)
          Notifies the listener that rendering is starting.
 

Method Detail

eventStarted

public void eventStarted(UIXRequestEvent event)
Notifies the listener that event processing is starting.

eventEnded

public void eventEnded(UIXRequestEvent event)
Notifies the listener that event processing has completed.

renderStarted

public void renderStarted(UIXRequestEvent event)
Notifies the listener that rendering is starting.

renderEnded

public void renderEnded(UIXRequestEvent event)
Notifies the listener that rendering has completed.

UIX 2.2.8