public class AnonServiceEventAdapter extends java.lang.Object implements AnonServiceEventListener
| Constructor and Description |
|---|
AnonServiceEventAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
connecting(AnonServerDescription a_serverDescription,
boolean a_bIsReconnect) |
void |
connectionError(AnonServiceException a_e) |
void |
connectionEstablished(AnonServerDescription a_serverDescription) |
void |
currentServiceChanged(AnonServerDescription a_serverDescription) |
void |
dataChainErrorSignaled(AnonServiceException a_e) |
void |
disconnected() |
void |
integrityErrorSignaled(AnonServiceException a_e) |
void |
packetMixed(long a_totalBytes) |
public void currentServiceChanged(AnonServerDescription a_serverDescription)
currentServiceChanged in interface AnonServiceEventListenerpublic void disconnected()
disconnected in interface AnonServiceEventListenerpublic void connectionError(AnonServiceException a_e)
connectionError in interface AnonServiceEventListenerpublic void connecting(AnonServerDescription a_serverDescription, boolean a_bIsReconnect)
connecting in interface AnonServiceEventListenerpublic void connectionEstablished(AnonServerDescription a_serverDescription)
connectionEstablished in interface AnonServiceEventListenerpublic void packetMixed(long a_totalBytes)
packetMixed in interface AnonServiceEventListenerpublic void dataChainErrorSignaled(AnonServiceException a_e)
dataChainErrorSignaled in interface AnonServiceEventListenerpublic void integrityErrorSignaled(AnonServiceException a_e)
integrityErrorSignaled in interface AnonServiceEventListenerCopyright © 2023. All rights reserved.