org.escot.event
Class FeatureEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.escot.event.FeatureEvent
All Implemented Interfaces:
Serializable

public class FeatureEvent
extends EventObject

FeatureEvent is used to notify interested parties about changes to features exposed by a bean.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FeatureEvent(Object bean, Object feature)
           
FeatureEvent(Object bean, Object feature, boolean isPersistent)
           
 
Method Summary
 Object getBean()
           
 Object getFeature()
           
 boolean isPersistentFeature()
           
 
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

FeatureEvent

public FeatureEvent(Object bean,
                    Object feature)

FeatureEvent

public FeatureEvent(Object bean,
                    Object feature,
                    boolean isPersistent)
Method Detail

getBean

public Object getBean()

getFeature

public Object getFeature()

isPersistentFeature

public boolean isPersistentFeature()