jap
Class JAPConfAnon.LocalAnonServiceEventListener

java.lang.Object
  extended by jap.JAPConfAnon.LocalAnonServiceEventListener
All Implemented Interfaces:
AnonServiceEventListener
Enclosing class:
JAPConfAnon

private class JAPConfAnon.LocalAnonServiceEventListener
extends java.lang.Object
implements AnonServiceEventListener


Constructor Summary
private JAPConfAnon.LocalAnonServiceEventListener()
           
 
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

JAPConfAnon.LocalAnonServiceEventListener

private JAPConfAnon.LocalAnonServiceEventListener()
Method Detail

connectionError

public void connectionError()
Specified by:
connectionError in interface AnonServiceEventListener

disconnected

public void disconnected()
Specified by:
disconnected 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