|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IObservableMap.IObservableEntry
A map entry whose associated listeners can be modified. These entries
are present in the collection returned by entrySet()
.
Method Summary | |
---|---|
void |
addListener(java.beans.PropertyChangeListener listener)
Add listener to the list of listeners to notify when
the value of this entry is changed. |
java.util.Collection |
getListeners()
Return a copy of the collection of listeners of changes to values of this entry. |
void |
removeListener(java.beans.PropertyChangeListener listener)
Remove listener from the list of listeners to notify
when the value of this entry is changed. |
void |
setListeners(java.util.Collection listeners)
Set the collection of listeners to be notified when the value of this entry is changed. |
java.lang.Object |
setValue(java.lang.Object value,
boolean notifyListeners)
Set the value and notify listeners of the change if notifyListeners is true. |
java.lang.Object |
setValue(java.lang.Object value,
IObjectFilter listenerFilter)
Set the value and notify listeners that are accepted by the filter of the change. |
Methods inherited from interface java.util.Map.Entry |
---|
equals, getKey, getValue, hashCode, setValue |
Method Detail |
---|
java.lang.Object setValue(java.lang.Object value, boolean notifyListeners)
notifyListeners
is true.
java.lang.Object setValue(java.lang.Object value, IObjectFilter listenerFilter)
void addListener(java.beans.PropertyChangeListener listener)
listener
to the list of listeners to notify when
the value of this entry is changed.
void removeListener(java.beans.PropertyChangeListener listener)
listener
from the list of listeners to notify
when the value of this entry is changed. If listener
is not on the list, fail silently.
java.util.Collection getListeners()
void setListeners(java.util.Collection listeners)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |