org.eclipse.net4j.util.event
Class EventUtil

java.lang.Object
  extended by org.eclipse.net4j.util.event.EventUtil

public final class EventUtil
extends Object

Author:
Eike Stepper

Field Summary
static IListener[] NO_LISTENERS
           
 
Method Summary
static boolean addListener(Object notifier, IListener listener)
           
static IListener[] getListeners(Object notifier)
           
static boolean removeListener(Object notifier, IListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_LISTENERS

public static final IListener[] NO_LISTENERS
Since:
3.0
Method Detail

addListener

public static boolean addListener(Object notifier,
                                  IListener listener)

removeListener

public static boolean removeListener(Object notifier,
                                     IListener listener)

getListeners

public static IListener[] getListeners(Object notifier)


Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.