com.ibm.eNetwork.ECL.event Class ECLProgressEvent

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER |  FIELD |  CONSTR |  METHOD DETAIL:   FIELD |  CONSTR |  METHOD


java.lang.Object
  |
  +--
com.ibm.eNetwork.ECL.event.ECLEvent
        |
        +--
com.ibm.eNetwork.ECL.event.ECLProgressEvent

      
Direct Known Subclasses:
ECLXferEvent
public class ECLProgressEvent
extends ECLEvent

Base progress event class.

Field Summary
static int CANCEL            
static int END            
static int PROGRESS            
static int START            

 

Constructor Summary
ECLProgressEvent (java.lang.Object source, long unitsDone, long unitsToDo)           Constructor for generating a new ECLProgressEvent.
ECLProgressEvent (java.lang.Object source, long unitsDone, long unitsToDo, int type)           Constructor for generating a new ECLProgressEvent with the specified type.

 

Method Summary
 int GetType ()           Returns the type of progress event.
 long GetUnitsDone ()           Returns the total number of units of work completed.
 long GetUnitsToDo ()           Returns the total number of units of work to do.

 

Methods inherited from class com.ibm.eNetwork.ECL.event. ECLEvent
GetSource, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

START



public static final int 
START

         

PROGRESS



public static final int 
PROGRESS

         

END



public static final int 
END

         

CANCEL



public static final int 
CANCEL

         

Constructor Detail

ECLProgressEvent



public 
ECLProgressEvent(java.lang.Object source,
                        long unitsDone,
                        long unitsToDo)

ECLProgressEvent



public 
ECLProgressEvent(java.lang.Object source,
                        long unitsDone,
                        long unitsToDo,
                        int type)

Method Detail

GetType



public int 
GetType()

GetUnitsDone



public long 
GetUnitsDone()

GetUnitsToDo



public long 
GetUnitsToDo()

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER |  FIELD |  CONSTR |  METHOD DETAIL:   FIELD |  CONSTR |  METHOD