|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--ilog.ds.BatchEvent
Abstract event class for all events happening on a data source
| Field Summary | |
protected int |
_level
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
BatchEvent(java.lang.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 |
protected int _level
| Constructor Detail |
public BatchEvent(java.lang.Object source,
int level)
source - The source of the eventlevel - The batch level| Method Detail |
public int getLevel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||