eu.emi.dsr.event
Class EventDispatcher

java.lang.Object
  extended by eu.emi.dsr.event.EventDispatcher

public class EventDispatcher
extends Object

Author:
a.memon

Constructor Summary
EventDispatcher()
           
 
Method Summary
static void add(EventListener e)
           
 List<EventListener> getRecieverList()
           
static void notifyRecievers(Event e)
           
static void remove(EventListener e)
           
static void removeAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDispatcher

public EventDispatcher()
Method Detail

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.