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

Field Summary
protected  java.util.Map _properties
           
protected  IlsDSRepresentation _repres
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DSRepresentationEvent(java.lang.Object source, IlsDSRepresentation repres)
           
DSRepresentationEvent(java.lang.Object source, IlsDSRepresentation repres, java.util.Map properties)
           
 
Method Summary
 IlsDSRepresentation getDSRepresentation()
           
 java.util.Map 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

_repres

protected IlsDSRepresentation _repres

_properties

protected java.util.Map _properties
Constructor Detail

DSRepresentationEvent

public DSRepresentationEvent(java.lang.Object source,
                             IlsDSRepresentation repres)

DSRepresentationEvent

public DSRepresentationEvent(java.lang.Object source,
                             IlsDSRepresentation repres,
                             java.util.Map properties)
Method Detail

getDSRepresentation

public IlsDSRepresentation getDSRepresentation()

getProperties

public java.util.Map getProperties()