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)
          StateChangeEventParam constructor
 
Method Summary
 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)
StateChangeEventParam constructor

Parameters:
stateFlags - state flags associated with the event.
status - status associated with the event.
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.


toString

public String toString()


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