public abstract class ListenerHost extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListenerHost.EventReceiver |
static interface |
ListenerHost.Filter
过滤不需要的消息类型 且必须与
ListenerHost.EventReceiver 一起使用
//例如
|
| Constructor and Description |
|---|
ListenerHost() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone() |
boolean |
equals(Object obj) |
protected void |
finalize() |
boolean |
handleException(Throwable e)
错误抛出处理
|
int |
hashCode() |
String |
toString() |
public boolean handleException(Throwable e)
e - protected Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2025. All rights reserved.