|
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 | |||||||||||
java.lang.Objectcom.ibm.able.AblePropertyConnectionManager
This class provides a single point listener for all PropertyChange events that an AbleObject fires. It then sends the notification events to any other beans which have registered to listen on that property.
| Method Summary | |
|---|---|
void |
addConnection(AblePropertyConnection thePropertyConnection)
Add a property connection to the list. |
java.util.Hashtable |
getConnectionsByPropertyName()
|
void |
propertyChange(java.beans.PropertyChangeEvent theEvent)
This is the method that gets called when a bound property changes on the source object. |
void |
removeConnection(AblePropertyConnection thePropertyConnection)
Remove the property connection from the list |
void |
vetoAblePropertyChange(java.beans.PropertyChangeEvent theEvent)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void addConnection(AblePropertyConnection thePropertyConnection)
thePropertyConnection - the AblePropertyConnection to be added.
public void removeConnection(AblePropertyConnection thePropertyConnection)
thePropertyConnection - the AblePropertyConnection to be removed.
public void propertyChange(java.beans.PropertyChangeEvent theEvent)
propertyChange in interface java.beans.PropertyChangeListenertheEvent - The property change event to process.
public void vetoAblePropertyChange(java.beans.PropertyChangeEvent theEvent)
throws java.beans.PropertyVetoException
java.beans.PropertyVetoExceptionpublic java.util.Hashtable getConnectionsByPropertyName()
|
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 | |||||||||||