public interface StateListener
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTED |
static int |
DISCONNECTED |
static int |
RECONNECTED |
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(int connected) |
static final int DISCONNECTED
static final int CONNECTED
static final int RECONNECTED
Copyright © 2011–2018 The Dubbo Project. All rights reserved.