com.zion.jbuddy.bots.event
Class BotClientConnectionAdapter

java.lang.Object
  extended by com.zion.jbuddy.bots.event.BotClientConnectionAdapter
All Implemented Interfaces:
BotClientConnectionListener

public class BotClientConnectionAdapter
extends Object
implements BotClientConnectionListener

A convenience class that implements BotClientConnectionListener methods to do nothing.


Constructor Summary
BotClientConnectionAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BotClientConnectionAdapter

public BotClientConnectionAdapter()
Method Detail

connecting

public void connecting(BotClientConnectionEvent event)
Description copied from interface: BotClientConnectionListener
Fired when a BotClient begins connecting to a BotGateway.

Specified by:
connecting in interface BotClientConnectionListener

connected

public void connected(BotClientConnectionEvent event)
Description copied from interface: BotClientConnectionListener
Fired when a BotClient has connected successfully to a BotGateway.

Specified by:
connected in interface BotClientConnectionListener

couldNotConnect

public void couldNotConnect(BotClientConnectionEvent event)
Description copied from interface: BotClientConnectionListener
Fired when a BotClient could not connect to a BotGateway for some reason.

Specified by:
couldNotConnect in interface BotClientConnectionListener
See Also:
BotClientConnectionEvent.getException()

disconnected

public void disconnected(BotClientConnectionEvent event)
Description copied from interface: BotClientConnectionListener
Fired when a BotClient lost its connection to a BotGateway for some reason.

Specified by:
disconnected in interface BotClientConnectionListener
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.