org.mozilla.jrex.event.progress
Class StatusChangeEventParam

java.lang.Object
  |
  +--org.mozilla.jrex.event.progress.StatusChangeEventParam

public class StatusChangeEventParam
extends Object

The class wrapping the status change progress event parameters.

Version:
1.0
Author:
C.N.Medappa

Constructor Summary
StatusChangeEventParam(int status, String statusMsg)
          StatusChangeEventParam constructor
 
Method Summary
 int getStatus()
          Returns the status associated with the event.
 String getStatusMessage()
          Returns the status message 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

StatusChangeEventParam

public StatusChangeEventParam(int status,
                              String statusMsg)
StatusChangeEventParam constructor

Parameters:
status - status associated with the event.
statusMsg - status message associated with the event.
See Also:
ProgressEventConstants
Method Detail

getStatus

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


getStatusMessage

public String getStatusMessage()
Returns the status message associated with the event.


toString

public String toString()
Overrides:
toString in class Object


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