ilog.ds
Class ColumnEvent
java.lang.Object
|
+--java.util.EventObject
|
+--ilog.ds.DataSourceEvent
|
+--ilog.ds.ColumnEvent
- All Implemented Interfaces:
- Serializable
- public class ColumnEvent
- extends DataSourceEvent
Event class used for all events happening on a column table
- See Also:
- Serialized Form
Field Summary |
protected int |
_index
|
Constructor Summary |
ColumnEvent(Object source,
int column,
Map properties)
Constructor to use for updating column properties. |
Method Summary |
int |
getColumn()
Gets the indexed column subject of the change. |
_index
protected int _index
ColumnEvent
public ColumnEvent(Object source,
int column,
Map properties)
- Constructor to use for updating column properties.
- Parameters:
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.
getColumn
public int getColumn()
- Gets the indexed column subject of the change.
- Returns:
- the column index subject of this event