com.mythicscape.batclient.interfaces
Interface BatClientPluginNetwork


public interface BatClientPluginNetwork


Method Summary
 void connect()
          This method is called when the client connects to the server.
 void disconnect()
          This method is called everytime the client network gets disconnected.
 

Method Detail

connect

void connect()
This method is called when the client connects to the server. (After the client connect method has been called). The state on the network may either be connected or disconnected depending on how the connection attempt went.


disconnect

void disconnect()
This method is called everytime the client network gets disconnected.