com.hazelcast.map.impl
public interface ListenerAdapter
IMap
listeners. This interface is considered to be used only
by IMap
internals.
Also every MapListener
should be wrapped
in a ListenerAdapter
before EventService
registration.void onEvent(IMapEvent event)
event
- type of event.Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.