|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.infonode.properties.propertymap.PropertyMapWeakListenerManager
Handles weak PropertyMap listeners which are garbage collected and removed from the PropertyMap
object on which it listens when there are no strong or soft references to the listeners.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void addWeakListener(PropertyMap map,
PropertyMapListener listener)
PropertyMap.
map - the PropertyMaplistener - the listener
public static void addWeakPropertyChangeListener(PropertyMap map,
Property property,
PropertyChangeListener listener)
PropertyMap.
map - the PropertyMapproperty - the property to listen to changes onlistener - the listener
public static void addWeakTreeListener(PropertyMap map,
PropertyMapTreeListener listener)
PropertyMap.
map - the PropertyMaplistener - the listener
public static void removeWeakListener(PropertyMap map,
PropertyMapListener listener)
addWeakListener(PropertyMap, PropertyMapListener).
map - the map on which the listener was addedlistener - the listener
public static void removeWeakPropertyChangeListener(PropertyMap map,
Property property,
PropertyChangeListener listener)
addWeakPropertyChangeListener(PropertyMap, net.infonode.properties.base.Property, net.infonode.properties.util.PropertyChangeListener).
map - the map on which the listener was addedproperty - the property on which the listener listens to changeslistener - the listener
public static void removeWeakTreeListener(PropertyMap map,
PropertyMapTreeListener listener)
addWeakTreeListener(PropertyMap, PropertyMapTreeListener).
map - the map on which the listener was addedlistener - the listener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||