jondo.interfaces
Interface IServiceEventListener

All Superinterfaces:
java.util.EventListener

public interface IServiceEventListener
extends java.util.EventListener


Method Summary
 void connecting(MixServiceInfo a_serverDescription, boolean a_bIsReconnect)
           
 void connectionError(anon.error.AnonServiceException a_e)
           
 void connectionEstablished(MixServiceInfo a_serverDescription)
           
 void currentServiceChanged(MixServiceInfo a_serverDescription)
           
 void dataChainErrorSignaled()
           
 void disconnected()
           
 void packetMixed(long a_totalBytes)
           
 void updateFailed(java.lang.Exception a_e)
           
 void updateFinished()
           
 

Method Detail

connectionError

void connectionError(anon.error.AnonServiceException a_e)

currentServiceChanged

void currentServiceChanged(MixServiceInfo a_serverDescription)

disconnected

void disconnected()

connecting

void connecting(MixServiceInfo a_serverDescription,
                boolean a_bIsReconnect)

connectionEstablished

void connectionEstablished(MixServiceInfo a_serverDescription)

packetMixed

void packetMixed(long a_totalBytes)

dataChainErrorSignaled

void dataChainErrorSignaled()

updateFinished

void updateFinished()

updateFailed

void updateFailed(java.lang.Exception a_e)