de.knup.jedi.jayshare
Class Main.JTestConnectionListener

java.lang.Object
  |
  +--de.knup.jedi.jayshare.Main.JTestConnectionListener
Enclosing class:
Main

static class Main.JTestConnectionListener
extends java.lang.Object
implements ConnectionListener


Constructor Summary
(package private) Main.JTestConnectionListener()
           
 
Method Summary
 void connected(ConnectionEvent ce)
           
 void connectFailed(ConnectionEvent ce)
           
 void connecting(ConnectionEvent ce)
           
 void connectionChanged(ConnectionEvent ce)
          connectionChanged signifies that we have had an alteration in our connection status, such as a forced disconnection from the server.
 void disconnected(ConnectionEvent ce)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Main.JTestConnectionListener

Main.JTestConnectionListener()
Method Detail

connected

public void connected(ConnectionEvent ce)

disconnected

public void disconnected(ConnectionEvent ce)

connecting

public void connecting(ConnectionEvent ce)

connectFailed

public void connectFailed(ConnectionEvent ce)

connectionChanged

public void connectionChanged(ConnectionEvent ce)
Description copied from interface: ConnectionListener
connectionChanged signifies that we have had an alteration in our connection status, such as a forced disconnection from the server.
Specified by:
connectionChanged in interface ConnectionListener