|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.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(java.lang.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(java.lang.Object o)
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||