Uses of Class
com.tangosol.util.Listeners
-
Packages that use Listeners Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.util Contains various generic utilities. -
-
Uses of Listeners in com.tangosol.net
Methods in com.tangosol.net with parameters of type Listeners Modifier and Type Method Description void
MemberEvent. dispatch(Listeners listeners)
Dispatch this event to the specified listeners collection. -
Uses of Listeners in com.tangosol.util
Fields in com.tangosol.util declared as Listeners Modifier and Type Field Description protected Listeners
MapListenerSupport. m_listenersCached
A cached set of Listeners.protected Listeners
MapListenerSupport. NO_LISTENERS
An empty set of Listeners.Methods in com.tangosol.util that return Listeners Modifier and Type Method Description Listeners
MapListenerSupport. collectListeners(MapEvent event)
Collect all Listeners that should be notified for a given event.Listeners
MapListenerSupport. getListeners(Filter filter)
Obtain the Listeners object for a given filter.Listeners
MapListenerSupport. getListeners(Object oKey)
Obtain the Listeners object for a given key.Methods in com.tangosol.util with parameters of type Listeners Modifier and Type Method Description void
Listeners. addAll(Listeners listeners)
Add all listeners from another Listeners object.void
MapEvent. dispatch(Listeners listeners)
Dispatch this event to the specified listeners collection.void
MapEvent. dispatch(Listeners listeners, boolean fStrict)
Dispatch this event to the specified listeners collection.void
ServiceEvent. dispatch(Listeners listeners)
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.
-