| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntryEvent | |
|---|---|
| com.hazelcast.core | |
| Uses of EntryEvent in com.hazelcast.core | 
|---|
| Methods in com.hazelcast.core with parameters of type EntryEvent | |
|---|---|
 void | 
EntryAdapter.entryAdded(EntryEvent<K,V> event)
 | 
 void | 
EntryListener.entryAdded(EntryEvent<K,V> event)
Invoked when an entry is added.  | 
 void | 
EntryAdapter.entryEvicted(EntryEvent<K,V> event)
 | 
 void | 
EntryListener.entryEvicted(EntryEvent<K,V> event)
Invoked when an entry is evicted.  | 
 void | 
EntryAdapter.entryRemoved(EntryEvent<K,V> event)
 | 
 void | 
EntryListener.entryRemoved(EntryEvent<K,V> event)
Invoked when an entry is removed.  | 
 void | 
EntryAdapter.entryUpdated(EntryEvent<K,V> event)
 | 
 void | 
EntryListener.entryUpdated(EntryEvent<K,V> event)
Invoked when an entry is updated.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||