public interface PropertyStateListener
extends java.util.EventListener
PropertyStateListeners are registerd on Property
instances, to be notified when the state of the property changes.| Modifier and Type | Method and Description |
|---|---|
void |
propertyStateChanged(PropertyStateEvent pse)
Called to notify the listener that a change of state has occurred to
one of the
Property instances upon which the listener is registered. |
void propertyStateChanged(PropertyStateEvent pse)
Property instances upon which the listener is registered.pse - an event describing the state change, non-null