void |
ObjectProperty.addPropertyStateListener(S source,
PropertyStateListener listener) |
Does nothing; the state of an ObjectProperty never changes so
listeners aren't useful.
|
abstract void |
Property.addPropertyStateListener(S source,
PropertyStateListener listener) |
Adds a PropertyStateListener to be notified when the state of the
Property changes with respect to the given source.
|
void |
PropertyHelper.addPropertyStateListener(S source,
PropertyStateListener listener) |
Adds a PropertyStateListener to be notified when the state of the
Property changes with respect to the given source.
|
void |
ObjectProperty.removePropertyStateListener(S source,
PropertyStateListener listener) |
Does nothing; the state of an ObjectProperty never changes so
listeners aren't useful.
|
abstract void |
Property.removePropertyStateListener(S source,
PropertyStateListener listener) |
Removes a PropertyStateListener for the given source.
|
void |
PropertyHelper.removePropertyStateListener(S source,
PropertyStateListener listener) |
Removes a PropertyStateListener for the given source.
|