|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface BotClientConnectionListener
Receives client connection events from a BotEngine.
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 |
|---|
void connecting(BotClientConnectionEvent event)
BotClient begins connecting to a
BotGateway.
void connected(BotClientConnectionEvent event)
BotClient has connected successfully to a
BotGateway.
void couldNotConnect(BotClientConnectionEvent event)
BotClient could not connect to a BotGateway
for some reason.
BotClientConnectionEvent.getException()void disconnected(BotClientConnectionEvent event)
BotClient lost its connection to a
BotGateway for some reason.
BotClientConnectionEvent.getException()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||