
public final class EventUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static IListener[] |
NO_LISTENERS |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addListener(Object notifier,
IListener listener) |
static boolean |
addUniqueListener(Object notifier,
IListener listener) |
static IListener[] |
getListeners(Object notifier) |
static boolean |
hasListener(Object notifier,
IListener listener) |
static boolean |
removeListener(Object notifier,
IListener listener) |
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.