ilog.server.jsds
Class DSRepresentationEvent
java.lang.Object
|
+--java.util.EventObject
|
+--ilog.server.jsds.DSRepresentationEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class DSRepresentationEvent
- extends java.util.EventObject
Event class used for all opening/closing/changing events happening on a
DSRepresentation.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| 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 |
_repres
protected IlsDSRepresentation _repres
_properties
protected java.util.Map _properties
DSRepresentationEvent
public DSRepresentationEvent(java.lang.Object source,
IlsDSRepresentation repres)
DSRepresentationEvent
public DSRepresentationEvent(java.lang.Object source,
IlsDSRepresentation repres,
java.util.Map properties)
getDSRepresentation
public IlsDSRepresentation getDSRepresentation()
getProperties
public java.util.Map getProperties()