public abstract class AbstractListeners<L extends AbstractListeners.IAbstractListener> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractListeners.IAbstractListener |
| Constructor and Description |
|---|
AbstractListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(L aListener) |
boolean |
removeListener(L aListener)
Remove a listener and return trie if there are no listeners left.
|
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.