|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--ilog.ds.DataSourceEvent
|
+--ilog.ds.ColumnEvent
Event class used for all events happening on a column table
| Field Summary | |
protected int |
_index
|
| Fields inherited from class ilog.ds.DataSourceEvent |
_properties |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ColumnEvent(java.lang.Object source,
int column,
java.util.Map properties)
Constructor to use for updating column properties. |
|
| Method Summary | |
int |
getColumn()
Gets the indexed column subject of the change. |
| Methods inherited from class ilog.ds.DataSourceEvent |
getProperties |
| 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 _index
| Constructor Detail |
public ColumnEvent(java.lang.Object source,
int column,
java.util.Map properties)
source - The first parameter is the source of the event.column - The index of the column.properties - Contains the updated named properties of the column.| Method Detail |
public int getColumn()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||