| Package | Description |
|---|---|
| com.threerings.gwt.util |
Miscellaneous utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static <L> ListenerList<L> |
ListenerList.addListener(ListenerList<L> list,
L listener)
Adds the supplied listener to the supplied list.
|
| Modifier and Type | Method and Description |
|---|---|
static <L> ListenerList<L> |
ListenerList.addListener(ListenerList<L> list,
L listener)
Adds the supplied listener to the supplied list.
|
| Modifier and Type | Method and Description |
|---|---|
static <L,K> void |
ListenerList.addListener(Map<K,ListenerList<L>> map,
K key,
L listener)
Adds a listener to the listener list in the supplied map.
|
static <L,K> void |
ListenerList.removeListener(Map<K,ListenerList<L>> map,
K key,
L listener)
Removes a listener from the supplied list in the supplied map.
|
Copyright © 2013. All Rights Reserved.