Class EventLostEvent

java.lang.Object
com.hazelcast.map.EventLostEvent
All Implemented Interfaces:
IMapEvent

public class EventLostEvent
extends Object
implements IMapEvent
This event is fired in case of an event lost detection. The fired event can be caught by implementing EventLostListener.
See Also:
EventLostListener