javax.infobus
Class DataItemShapeChangedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.infobus.DataItemChangeEvent
              |
              +--javax.infobus.DataItemShapeChangedEvent

public final class DataItemShapeChangedEvent
extends DataItemChangeEvent

Event to send when a collection data item has changed shape.

See Also:
Serialized Form

Constructor Summary
DataItemShapeChangedEvent(java.lang.Object source, java.lang.Object changedItem, InfoBusPropertyMap propertyMap)
          Constructs a new DataItemShapeChangedEvent.
 
Methods inherited from class javax.infobus.DataItemChangeEvent
getChangedItem, getProperty, getSource
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataItemShapeChangedEvent

public DataItemShapeChangedEvent(java.lang.Object source,
                                 java.lang.Object changedItem,
                                 InfoBusPropertyMap propertyMap)
Constructs a new DataItemShapeChangedEvent.
Parameters:
source - the object which has modified the DataItem.
item - the DataItem to which the ShapeChangedEvent applies.
propertyMap - either null or additional information about the change.