public interface StateListener
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTED |
static int |
NEW_SESSION_CREATED |
static int |
RECONNECTED |
static int |
SESSION_LOST |
static int |
SUSPENDED |
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(int connected) |
static final int SESSION_LOST
static final int CONNECTED
static final int RECONNECTED
static final int SUSPENDED
static final int NEW_SESSION_CREATED
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.