Interface IMapEvent

All Known Implementing Classes:
AbstractIMapEvent, EntryEvent, EventLostEvent, MapEvent, MapPartitionLostEvent

public interface IMapEvent
Map events common contract.
  • Method Details

    • 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.