|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
The AblePropertyChangeManager interface provides the methods needed to add and remove PropertyChangeListener objects or AblePropertyConnection objects which are serilizable property change listeners. Both are used to notify registered listeners of property change events.
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener theListener)
Add a property change listener to this bean. |
void |
addPropertyConnection(AblePropertyConnection thePropertyConnection)
Adds a property connection. |
java.beans.PropertyChangeListener[] |
getPropertyChangeListeners()
Get the set of registered property change listeners from this bean. |
AblePropertyConnectionManager |
getPropertyConnectionManager()
Returns this bean's property connection manager. |
void |
removeAllPropertyConnections()
Removes all property connections. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener theListener)
Remove a property change listener from this bean. |
void |
removePropertyConnection(AblePropertyConnection thePropertyConnection)
Removes a property connection. |
| Method Detail |
public void addPropertyConnection(AblePropertyConnection thePropertyConnection)
throws AbleException
thePropertyConnection - The ABLE property connection object representing a bean's
interest in one of the implementor's properties.
AbleException - If an error occurs.
public void removePropertyConnection(AblePropertyConnection thePropertyConnection)
throws AbleException
thePropertyConnection - The ABLE property connection object to remove.
AbleException - If an error occurs.
public void removeAllPropertyConnections()
throws AbleException
AbleException - If an error occurs.public AblePropertyConnectionManager getPropertyConnectionManager()
public void addPropertyChangeListener(java.beans.PropertyChangeListener theListener)
theListener - An object interested in this bean's property changes.public void removePropertyChangeListener(java.beans.PropertyChangeListener theListener)
theListener - The object no longer interested in this bean's properties.public java.beans.PropertyChangeListener[] getPropertyChangeListeners()
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||