Package org.jdesktop.beansbinding
Interface PropertyStateListener
-
- All Superinterfaces:
java.util.EventListener
public interface PropertyStateListener extends java.util.EventListenerPropertyStateListenersare registerd onPropertyinstances, to be notified when the state of the property changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpropertyStateChanged(PropertyStateEvent pse)Called to notify the listener that a change of state has occurred to one of thePropertyinstances upon which the listener is registered.
-
-
-
Method Detail
-
propertyStateChanged
void propertyStateChanged(PropertyStateEvent pse)
Called to notify the listener that a change of state has occurred to one of thePropertyinstances upon which the listener is registered.- Parameters:
pse- an event describing the state change,non-null
-
-