anon
Interface AnonServiceEventListener

All Known Subinterfaces:
IJAPMainView
All Known Implementing Classes:
AbstractJAPMainView, AnonProxy, AnonServiceEventAdapter, ConsoleJAPMainView, JAPConfAnon.LocalAnonServiceEventListener, JAPController, JAPNewView

public interface AnonServiceEventListener


Method Summary
 void connecting(AnonServerDescription a_serverDescription)
           
 void connectionError()
           
 void connectionEstablished(AnonServerDescription a_serverDescription)
           
 void dataChainErrorSignaled()
           
 void disconnected()
           
 void packetMixed(long a_totalBytes)
           
 

Method Detail

connectionError

void connectionError()

disconnected

void disconnected()

connecting

void connecting(AnonServerDescription a_serverDescription)

connectionEstablished

void connectionEstablished(AnonServerDescription a_serverDescription)

packetMixed

void packetMixed(long a_totalBytes)

dataChainErrorSignaled

void dataChainErrorSignaled()