eu.emi.dsr.event
Class EventDispatcher
java.lang.Object
eu.emi.dsr.event.EventDispatcher
public class EventDispatcher
- extends Object
- Author:
- a.memon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventDispatcher
public EventDispatcher()
add
public static void add(EventListener e)
remove
public static void remove(EventListener e)
notifyRecievers
public static void notifyRecievers(Event e)
removeAll
public static void removeAll()
getRecieverList
public List<EventListener> getRecieverList()
Copyright © 2012. All Rights Reserved.