anon
Class AnonServiceEventAdapter
java.lang.Object
anon.AnonServiceEventAdapter
- All Implemented Interfaces:
- AnonServiceEventListener
public class AnonServiceEventAdapter
- extends java.lang.Object
- implements AnonServiceEventListener
An adapter for the AnonServiceEventListener.
- Author:
- Rolf Wendolsky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnonServiceEventAdapter
public AnonServiceEventAdapter()
disconnected
public void disconnected()
- Specified by:
disconnected
in interface AnonServiceEventListener
connectionError
public void connectionError()
- Specified by:
connectionError
in interface AnonServiceEventListener
connecting
public void connecting(AnonServerDescription a_serverDescription)
- Specified by:
connecting
in interface AnonServiceEventListener
connectionEstablished
public void connectionEstablished(AnonServerDescription a_serverDescription)
- Specified by:
connectionEstablished
in interface AnonServiceEventListener
packetMixed
public void packetMixed(long a_totalBytes)
- Specified by:
packetMixed
in interface AnonServiceEventListener
dataChainErrorSignaled
public void dataChainErrorSignaled()
- Specified by:
dataChainErrorSignaled
in interface AnonServiceEventListener