Uses of Interface
cz.cuni.amis.utils.listener.IListener

Packages that use IListener
cz.cuni.amis.utils.listener   
cz.cuni.amis.utils.maps   
 

Uses of IListener in cz.cuni.amis.utils.listener
 

Classes in cz.cuni.amis.utils.listener with type parameters of type IListener
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 IListener
 void ListenersMap.add(Key key, IListener listener)
           
 boolean ListenersMap.isListening(IListener listener)
           
 boolean ListenersMap.isListening(Key key, IListener listener)
           
 void ListenersMap.remove(IListener listener)
           
 void ListenersMap.remove(Key key, IListener listener)
           
 

Method parameters in cz.cuni.amis.utils.listener with type arguments of type IListener
 void ListenersMap.notify(Key key, Listeners.ListenerNotifier<IListener> notifier)
           
 void ListenersMap.notify(Listeners.ListenerNotifier<IListener> notifier)
           
 boolean ListenersMap.notifySafe(Key key, Listeners.ListenerNotifier<IListener> notifier, Logger exceptionLog)
           
 boolean ListenersMap.notifySafe(Listeners.ListenerNotifier<IListener> notifier, Logger exceptionLog)
           
 

Uses of IListener in cz.cuni.amis.utils.maps
 

Subinterfaces of IListener in cz.cuni.amis.utils.maps
static interface MapWithKeyListeners.IKeyCreatedListener<KEY,VALUE>
           
 

Methods in cz.cuni.amis.utils.maps with parameters of type IListener
 void MapWithKeyListeners.KeyCreatedEventListenerNotifier.notify(IListener listener)
           
 



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