Package com.im.commons.progress
Class PropertyChangeEventWithEnv
- java.lang.Object
-
- java.util.EventObject
-
- java.beans.PropertyChangeEvent
-
- com.im.commons.progress.PropertyChangeEventWithEnv
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyChangeEventWithEnv extends java.beans.PropertyChangeEvent
Property change event with an environment to be used for feedback and cancellation checking.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyChangeEventWithEnv(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, DFEnvironmentRO env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DFEnvironmentRO
getEnvironment()
-
-
-
Constructor Detail
-
PropertyChangeEventWithEnv
public PropertyChangeEventWithEnv(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, DFEnvironmentRO env)
-
-
Method Detail
-
getEnvironment
public DFEnvironmentRO getEnvironment()
-
-