|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.MapListenerSupport.WrapperSynchronousListener
public static class MapListenerSupport.WrapperSynchronousListener
A wrapper class that turns the specified MapListener into a synchronous listener.
| Constructor Summary | |
|---|---|
MapListenerSupport.WrapperSynchronousListener(MapListener listener)
Counstruct WrapperSynchronousListener. |
|
| Method Summary | |
|---|---|
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 the WrapperSynchronousListener with another object to determine equality. |
int |
hashCode()
Determine a hash value for the WrapperSynchronousListener object according to the general Object.hashCode() contract. |
| Constructor Detail |
|---|
public MapListenerSupport.WrapperSynchronousListener(MapListener listener)
listener - the wrapped MapListener| Method Detail |
|---|
public 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 int hashCode()
Object.hashCode() contract.
public boolean equals(Object o)
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||