Interface PropertyStateListener
- All Superinterfaces:
EventListener
PropertyStateListeners
are registerd on Property
instances, to be notified when the state of the property changes.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called to notify the listener that a change of state has occurred to one of theProperty
instances upon which the listener is registered.
-
Method Details
-
propertyStateChanged
Called to notify the listener that a change of state has occurred to one of theProperty
instances upon which the listener is registered.- Parameters:
pse
- an event describing the state change,non-null
-