protected static class InvocableMapHelper.IndexAdapter extends Object implements MapListenerSupport.SynchronousListener
Modifier | Constructor | Description |
---|---|---|
protected |
IndexAdapter(MapIndex index) |
Construct an IndexAdapter.
|
Modifier and Type | Method | Description |
---|---|---|
void |
entryDeleted(MapEvent evt) |
Invoked when a map entry has been removed.
|
void |
entryInserted(MapEvent evt) |
Invoked when a map entry has been inserted.
|
void |
entryUpdated(MapEvent evt) |
Invoked when a map entry has been updated.
|
boolean |
equals(Object o) |
Compare this IndexMapListener with another object for equality.
|
int |
hashCode() |
Return a hash code value for the IndexMapListener object.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
synchronous
protected IndexAdapter(MapIndex index)
index
- the MapIndex being wrappedpublic void entryInserted(MapEvent evt)
entryInserted
in interface MapListener
evt
- the MapEvent carrying the insert informationpublic void entryUpdated(MapEvent evt)
entryUpdated
in interface MapListener
evt
- the MapEvent carrying the update informationpublic void entryDeleted(MapEvent evt)
entryDeleted
in interface MapListener
evt
- the MapEvent carrying the delete informationpublic boolean equals(Object o)