Package | Description |
---|---|
org.jboss.util.property |
An advanced property access, managment and notification system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BoundPropertyListener
The listener interface for receiving bound property events (as well as
property events).
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Property.addListener(PropertyListener listener)
Add a property listener
|
static void |
Property.addListeners(PropertyListener[] listeners)
Add an array of property listeners
|
static 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 listener
|
static boolean |
PropertyManager.removePropertyListener(PropertyListener listener)
Remove a property listener.
|
boolean |
PropertyMap.removePropertyListener(PropertyListener listener)
Remove a property listener.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.