org.eclipse.net4j.util.event
Class EventUtil

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

public final class EventUtil
extends java.lang.Object


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

Method Detail

addListener

public static boolean addListener(java.lang.Object notifier,
                                  IListener listener)

removeListener

public static boolean removeListener(java.lang.Object notifier,
                                     IListener listener)

getListeners

public static IListener[] getListeners(java.lang.Object notifier)

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.