public interface ListenerAdapter<T>
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.| Modifier and Type | Method and Description | 
|---|---|
| void | onEvent(T event)Handle event. | 
void onEvent(T event)
event - type of event.Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.