|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ListenerContainerIF
A container for event listeners. Implementations should cater to only one type of listeners.
| 方法摘要 | |
|---|---|
void |
addListener(Object listener)
Add a listener to this container. |
boolean |
isEmpty()
Get wether this container is empty or not. |
boolean |
removeListener(Object listener)
Remove a listener from this container. |
| 方法详细信息 |
|---|
void addListener(Object listener)
listener - the listener to add.boolean removeListener(Object listener)
listener - the listener to be removed.
boolean isEmpty()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||