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
           
 
Fields inherited from class ilog.ds.DataSourceEvent
_properties
 
Fields inherited from class java.util.EventObject
source
 
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.
 
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

_index

protected int _index
Constructor Detail

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.
Method Detail

getColumn

public int getColumn()
Gets the indexed column subject of the change.
Returns:
the column index subject of this event