Uses of Class
com.tangosol.util.Listeners
Packages that use Listeners
Package
Description
Contains basic cluster interfaces and factories.
Contains classes that providing topic entities for publish/subscribe messaging.
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.net.topic
Methods in com.tangosol.net.topic with parameters of type Listeners -
Uses of Listeners in com.tangosol.util
Fields in com.tangosol.util declared as ListenersModifier and TypeFieldDescriptionprotected ListenersMapListenerSupport.m_listenersCachedA cached set of Listeners.protected final ListenersMapListenerSupport.NO_LISTENERSAn 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 TypeMethodDescriptionvoidAdd all listeners from another Listeners object.voidDispatch this event to the specified listeners collection.voidDispatch this event to the specified listeners collection.voidDispatch this event to the specified listeners collection.static MapEventMapListenerSupport.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.