cz.cuni.amis.utils.listener
Class Listeners.AdaptableListenerNotifier<LISTENER extends IListener>

java.lang.Object
  extended by cz.cuni.amis.utils.listener.Listeners.AdaptableListenerNotifier<LISTENER>
All Implemented Interfaces:
Listeners.ListenerNotifier<LISTENER>
Enclosing class:
Listeners<Listener extends java.util.EventListener>

public static class Listeners.AdaptableListenerNotifier<LISTENER extends IListener>
extends java.lang.Object
implements Listeners.ListenerNotifier<LISTENER>


Constructor Summary
Listeners.AdaptableListenerNotifier()
           
 
Method Summary
 java.lang.Object getEvent()
           
 void notify(LISTENER listener)
           
 Listeners.AdaptableListenerNotifier<LISTENER> setEvent(java.lang.Object event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Listeners.AdaptableListenerNotifier

public Listeners.AdaptableListenerNotifier()
Method Detail

setEvent

public Listeners.AdaptableListenerNotifier<LISTENER> setEvent(java.lang.Object event)

getEvent

public java.lang.Object getEvent()
Specified by:
getEvent in interface Listeners.ListenerNotifier<LISTENER extends IListener>

notify

public void notify(LISTENER listener)
Specified by:
notify in interface Listeners.ListenerNotifier<LISTENER extends IListener>