ilog.ds
Class DataSourceEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ilog.ds.DataSourceEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ColumnEvent

public class DataSourceEvent
extends EventObject

Event class used for all events happening on a data source object

See Also:
Serialized Form

Field Summary
protected  Map _properties
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DataSourceEvent(Object source, Map properties)
          Constructor to use for updating data source properties.
 
Method Summary
 Map getProperties()
          Gets the properties of the data source object
 
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

_properties

protected Map _properties
Constructor Detail

DataSourceEvent

public DataSourceEvent(Object source,
                       Map properties)
Constructor to use for updating data source properties.
Parameters:
source - The first parameter is the source of the event.
properties - Contains the named properties of the data source, that is, all the properties when the data source is created, or all the modified properties when the data source object is being updated.
Method Detail

getProperties

public Map getProperties()
Gets the properties of the data source object
Returns:
the properties of the data source object.