ilog.ds
Class BatchEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ilog.ds.BatchEvent
All Implemented Interfaces:
Serializable

public class BatchEvent
extends EventObject

Abstract event class for all events happening on a data source

See Also:
Serialized Form

Field Summary
protected  int _level
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BatchEvent(Object source, int level)
          Constructor for batch events
 
Method Summary
 int getLevel()
          Gets the batch level.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_level

protected int _level
Constructor Detail

BatchEvent

public BatchEvent(Object source,
                  int level)
Constructor for batch events
Parameters:
source - The source of the event
level - The batch level
Method Detail

getLevel

public int getLevel()
Gets the batch level.
Returns:
a level