Uses of Class
com.tangosol.util.Listeners
Packages that use Listeners
Package
Description
Contains basic cluster interfaces and factories.
Contains various generic utilities.
-
Uses of Listeners in com.tangosol.net
Methods in com.tangosol.net with parameters of type Listeners -
Uses of Listeners in com.tangosol.util
Fields in com.tangosol.util declared as ListenersModifier and TypeFieldDescriptionprotected Listeners
MapListenerSupport.m_listenersCached
A cached set of Listeners.protected final Listeners
MapListenerSupport.NO_LISTENERS
An empty set of Listeners.Methods in com.tangosol.util that return ListenersModifier 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.Methods in com.tangosol.util with parameters of type ListenersModifier 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.