org.mozilla.jrex.event.progress
Class StateChangeEventParam

java.lang.Object
  extended byorg.mozilla.jrex.event.progress.StateChangeEventParam

public class StateChangeEventParam
extends Object

The class wrapping the state change progress event parameters.

Version:
1.0
Author:
C.N.Medappa

Constructor Summary
StateChangeEventParam(int stateFlags, int status, Hashtable reqHeaders, Hashtable respHeaders)
          StateChangeEventParam constructor
 
Method Summary
 Hashtable getRequestHeaders()
          Returns the Request Headers associated with the Loading Page.
 Hashtable getResponseHeaders()
          Returns the Response Headers associated with the Loading Page.
 int getStateFlags()
          Returns the state flags associated with the event.
 int getStatus()
          Returns the status associated with the event.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateChangeEventParam

public StateChangeEventParam(int stateFlags,
                             int status,
                             Hashtable reqHeaders,
                             Hashtable respHeaders)
StateChangeEventParam constructor

Parameters:
stateFlags - state flags associated with the event.
status - status associated with the event.
reqHeaders - List of Request Headers associated with the Loading Page.
respHeaders - List of Response Headers associated with the Loading Page.
See Also:
ProgressEventConstants
Method Detail

getStateFlags

public int getStateFlags()
Returns the state flags associated with the event.


getStatus

public int getStatus()
Returns the status associated with the event.


getRequestHeaders

public Hashtable getRequestHeaders()
Returns the Request Headers associated with the Loading Page.


getResponseHeaders

public Hashtable getResponseHeaders()
Returns the Response Headers associated with the Loading Page.


toString

public String toString()


Copyright © 2004 C.N.Medappa. All Rights Reserved.