|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DisplayableMap.MapChangedNotification<K,V>
An object that implements this interface encapsulates information about changes to an DisplayableMap Such an object will be the second parameter when the update() method of an Observer is called following a change to this DisplayableList.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface displayablecollections.ChangeNotification |
---|
ChangeNotification.ChangeType |
Method Summary | |
---|---|
java.util.Map.Entry<K,V> |
getEntry()
Accessor for the entry involved in the change |
K |
getKey()
Accessor for the key component of the entry affected |
ChangeNotification.ChangeType |
getType()
Accessor for the type of change denoted by this object. |
V |
getValue()
Accessor for information about the value of the entry involved in the change |
Method Detail |
---|
ChangeNotification.ChangeType getType()
getType
in interface ChangeNotification
java.util.Map.Entry<K,V> getEntry()
K getKey()
V getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |