Uses of Class
com.tangosol.util.Listeners
Package
Description
Contains basic cluster interfaces and factories.
Contains various generic utilities.
-
Uses of Listeners in com.tangosol.net
-
Uses of Listeners in com.tangosol.util
Modifier and TypeFieldDescriptionprotected Listeners
MapListenerSupport.m_listenersCached
A cached set of Listeners.protected final Listeners
MapListenerSupport.NO_LISTENERS
An empty set of Listeners.Modifier and TypeMethodDescriptionMapListenerSupport.collectListeners
(MapEvent event) Collect all Listeners that should be notified for a given event.MapListenerSupport.getListeners
(Filter filter) Obtain the Listeners object for a given filter.MapListenerSupport.getListeners
(Object oKey) Obtain the Listeners object for a given key.Modifier and TypeMethodDescriptionvoid
Add all listeners from another Listeners object.void
Dispatch this event to the specified listeners collection.void
Dispatch this event to the specified listeners collection.void
Dispatch this event to the specified listeners collection.static MapEvent
MapListenerSupport.enrichEvent
(MapEvent event, Listeners listeners) Transform the given MapEvent into a FilterEvent if it is not already a FilterEvent and there are matching filters associated with the specified Listeners object.