接口 StateListener
-
public interface StateListener
-
-
字段概要
字段 修饰符和类型 字段 说明 static intCONNECTEDstatic intDISCONNECTED
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidstateChanged(int connected)
-
public interface StateListener
| 修饰符和类型 | 字段 | 说明 |
|---|---|---|
static int |
CONNECTED |
|
static int |
DISCONNECTED |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
stateChanged(int connected) |