Uses of Interface
org.jboss.util.property.PropertyListener
-
Packages that use PropertyListener Package Description org.jboss.util.property An advanced property access, managment and notification system. -
-
Uses of PropertyListener in org.jboss.util.property
Subinterfaces of PropertyListener in org.jboss.util.property Modifier and Type Interface Description interface
BoundPropertyListener
The listener interface for receiving bound property events (as well as property events).Classes in org.jboss.util.property that implement PropertyListener Modifier and Type Class Description class
BoundPropertyAdapter
An abstract adapter class for receiving bound property events.class
FieldBoundPropertyListener
Binds property values to class fields.class
MethodBoundPropertyListener
Binds property values to class methods.class
PropertyAdapter
An abstract adapter class for receving property events.Methods in org.jboss.util.property with parameters of type PropertyListener Modifier and Type Method Description static void
Property. addListener(PropertyListener listener)
Add a property listenerstatic void
Property. addListeners(PropertyListener[] listeners)
Add an array of property listenersstatic void
PropertyManager. addPropertyListener(PropertyListener listener)
Add a property listener.void
PropertyMap. addPropertyListener(PropertyListener listener)
Add a property listener.static void
PropertyManager. addPropertyListeners(PropertyListener[] listeners)
Add an array of property listeners.void
PropertyMap. addPropertyListeners(PropertyListener[] listeners)
Add an array of property listeners.static boolean
Property. removeListener(PropertyListener listener)
Remove a property listenerstatic boolean
PropertyManager. removePropertyListener(PropertyListener listener)
Remove a property listener.boolean
PropertyMap. removePropertyListener(PropertyListener listener)
Remove a property listener.
-