anon
Class AnonServiceEventAdapter

java.lang.Object
  extended by anon.AnonServiceEventAdapter
All Implemented Interfaces:
AnonServiceEventListener

public class AnonServiceEventAdapter
extends java.lang.Object
implements AnonServiceEventListener

An adapter for the AnonServiceEventListener.

Author:
Rolf Wendolsky

Constructor Summary
AnonServiceEventAdapter()
           
 
Method Summary
 void connecting(AnonServerDescription a_serverDescription)
           
 void connectionError()
           
 void connectionEstablished(AnonServerDescription a_serverDescription)
           
 void dataChainErrorSignaled()
           
 void disconnected()
           
 void packetMixed(long a_totalBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnonServiceEventAdapter

public AnonServiceEventAdapter()
Method Detail

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