com.zion.jbuddy.bots.event
Interface BotClientConnectionListener

All Known Implementing Classes:
BotClientConnectionAdapter

public interface BotClientConnectionListener

Receives client connection events from a BotEngine.

See Also:
BotEngine.addClientConnectionListener(com.zion.jbuddy.bots.event.BotClientConnectionListener), BotClient, BotGateway

Method Summary
 void connected(BotClientConnectionEvent event)
          Fired when a BotClient has connected successfully to a BotGateway.
 void connecting(BotClientConnectionEvent event)
          Fired when a BotClient begins connecting to a BotGateway.
 void couldNotConnect(BotClientConnectionEvent event)
          Fired when a BotClient could not connect to a BotGateway for some reason.
 void disconnected(BotClientConnectionEvent event)
          Fired when a BotClient lost its connection to a BotGateway for some reason.
 

Method Detail

connecting

void connecting(BotClientConnectionEvent event)
Fired when a BotClient begins connecting to a BotGateway.


connected

void connected(BotClientConnectionEvent event)
Fired when a BotClient has connected successfully to a BotGateway.


couldNotConnect

void couldNotConnect(BotClientConnectionEvent event)
Fired when a BotClient could not connect to a BotGateway for some reason.

See Also:
BotClientConnectionEvent.getException()

disconnected

void disconnected(BotClientConnectionEvent event)
Fired when a BotClient lost its connection to a BotGateway for some reason.

See Also:
BotClientConnectionEvent.getException()


JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2008 Zion Software, LLC All Rights Reserved.