com.uwyn.drone.core
Interface ServerListener

All Known Implementing Classes:
Bot

public interface ServerListener


Method Summary
 void connected(Server server)
           
 void disconnected(Server server)
           
 

Method Detail

connected

public void connected(Server server)
               throws CoreException
Throws:
CoreException

disconnected

public void disconnected(Server server)
                  throws CoreException
Throws:
CoreException


Copyright © 2002-2004 Geert Bevin and UWYN. All Rights Reserved.