|
|||||||||
| 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
Event class used for all events happening on a data source object
| Field Summary | |
protected java.util.Map |
_properties
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
DataSourceEvent(java.lang.Object source,
java.util.Map properties)
Constructor to use for updating data source properties. |
|
| Method Summary | |
java.util.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 |
protected java.util.Map _properties
| Constructor Detail |
public DataSourceEvent(java.lang.Object source,
java.util.Map properties)
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 |
public java.util.Map getProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||