|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | 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. |
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
AbleException
- If an error occurs.public void removePropertyConnection(AblePropertyConnection thePropertyConnection) throws AbleException
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.
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |