fdda.model
Class PropertyEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--fdda.model.PropertyEvent
All Implemented Interfaces:
Serializable

public class PropertyEvent
extends EventObject

Event for Properties (Observer-Pattern). Contains the property.

Author:
Jörg Rüdenauer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropertyEvent(Object source, Property property)
          Constructor.
 
Method Summary
 Property getProperty()
          Returns the property which is related to the event (i.e., which was added, removed, changed, etc.)
 
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
 

Constructor Detail

PropertyEvent

public PropertyEvent(Object source,
                     Property property)
Constructor.

Parameters:
source - the object that fires the event.
property - the property related to the event.
Method Detail

getProperty

public Property getProperty()
Returns the property which is related to the event (i.e., which was added, removed, changed, etc.)

Returns:
the property


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.