A request event meaning aspecific phase that has been reached during the request processing.
Possible states are defined as constants in this class (i.e.
SRequestEvent.DELIVER_START ).
author: Armin Haaf
Field Summary
final public static int
DELIVER_DONE Delivery of the HTML response finished.
final public static int
DELIVER_START Delivery of the HTML response started.
final public static int
DISPATCH_DONE All low level events have been dispatches and hence the immediate event should
have been fired.
final public static int
DISPATCH_START Dispathcing of the low level events contained in the originating servlet request starts.
This will trigger i.e.
final public static int
PROCESS_REQUEST The initial request paramters have been processed.
Constructs a ComponentEvent object.
Parameters: aSource - the Component object that originated the event Parameters: type - an integer indicating the type of event
Returns a string representing the state of this event. This
method is intended to be used only for debugging purposes, and the
content and format of the returned string may vary between
implementations. The returned string may be empty but may
not be null.