public interface ConnectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConnected(int localIdentifier,
int remoteIdentifier,
boolean isAcceptor) |
void |
onDisconnected(int localIdentifier,
int remoteIdentifier,
boolean isAcceptor) |
Copyright © 2017. All rights reserved.