com.hazelcast.core
Interface IMapEvent

All Known Implementing Classes:
AbstractIMapEvent, DataAwareEntryEvent, EntryEvent, MapEvent

public interface IMapEvent

Map events common contract.


Method Summary
 EntryEventType getEventType()
          Return the event type
 Member getMember()
          Returns the member that fired this event.
 String getName()
          Returns the name of the map for this event.
 

Method Detail

getMember

Member getMember()
Returns the member that fired this event.

Returns:
the member that fired this event.

getEventType

EntryEventType getEventType()
Return the event type

Returns:
event type

getName

String getName()
Returns the name of the map for this event.

Returns:
name of the map for this event.


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.