Uses of Interface
cz.cuni.amis.utils.listener.Listeners.ListenerNotifier

Packages that use Listeners.ListenerNotifier
cz.cuni.amis.utils.flag   
cz.cuni.amis.utils.listener   
cz.cuni.amis.utils.maps   
 

Uses of Listeners.ListenerNotifier in cz.cuni.amis.utils.flag
 

Classes in cz.cuni.amis.utils.flag that implement Listeners.ListenerNotifier
static class FlagListener.FlagListenerNotifier<T>
           
static class ReasonFlagListener.ReasonFlagListenerNotifier<T,R>
          Notifier for the ReasonFlagListener.
 

Uses of Listeners.ListenerNotifier in cz.cuni.amis.utils.listener
 

Classes in cz.cuni.amis.utils.listener that implement Listeners.ListenerNotifier
static class IListener.Notifier<LISTENER extends IListener>
          Convenient class for notifying about events using Listeners or ListenersMap.
static class Listeners.AdaptableListenerNotifier<LISTENER extends IListener>
           
 

Methods in cz.cuni.amis.utils.listener with parameters of type Listeners.ListenerNotifier
 void ListenersMap.notify(Key key, Listeners.ListenerNotifier<IListener> notifier)
           
 void ListenersMap.notify(Listeners.ListenerNotifier<IListener> notifier)
           
 void Listeners.notify(Listeners.ListenerNotifier<Listener> notifier)
          Calls notifier.notify() on each of the stored listeners, allowing you to execute stored command.
 boolean ListenersMap.notifySafe(Key key, Listeners.ListenerNotifier<IListener> notifier, Logger exceptionLog)
           
 boolean ListenersMap.notifySafe(Listeners.ListenerNotifier<IListener> notifier, Logger exceptionLog)
           
 boolean Listeners.notifySafe(Listeners.ListenerNotifier<Listener> notifier, Logger exceptionLog)
          Calls notifier.notify() on each of the stored listeners, allowing you to execute stored command.
 

Uses of Listeners.ListenerNotifier in cz.cuni.amis.utils.maps
 

Classes in cz.cuni.amis.utils.maps that implement Listeners.ListenerNotifier
static class MapWithKeyListeners.KeyCreatedEventListenerNotifier<KEY,VALUE>
           
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.