protected static class InvocableMapHelper.IndexAdapter extends Object implements MapListenerSupport.SynchronousListener
| Modifier | Constructor and Description |
|---|---|
protected |
IndexAdapter(MapIndex index)
Construct an IndexAdapter.
|
| Modifier and Type | Method and 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, waitsynchronousprotected IndexAdapter(MapIndex index)
index - the MapIndex being wrappedpublic void entryInserted(MapEvent evt)
entryInserted in interface MapListenerevt - the MapEvent carrying the insert informationpublic void entryUpdated(MapEvent evt)
entryUpdated in interface MapListenerevt - the MapEvent carrying the update informationpublic void entryDeleted(MapEvent evt)
entryDeleted in interface MapListenerevt - the MapEvent carrying the delete informationpublic boolean equals(Object o)