|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implement this interface to listen for server connection and disconnection, channel joins and parts and status messages.
The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
Original Code: Relay IRC Chat EngineServer
,
ServerEvent
,
ServerListener
Method Summary | |
void |
onChannelAdd(ServerEvent event)
Channel object has been added to list of those managed by Server object. |
void |
onChannelJoin(ServerEvent event)
User has joined a channel. |
void |
onChannelPart(ServerEvent event)
User has parted from a channel. |
void |
onConnect(ServerEvent event)
Engine has connected to IRC server. |
void |
onDisconnect(ServerEvent event)
Engine has disconnected from IRC server. |
void |
onInvite(ServerEvent event)
User has invited us to join a channel. |
void |
onIsOn(ServerEvent event)
Query results for an ISON query. |
void |
onStatus(ServerEvent event)
Status message from engine. |
void |
onWhoIs(ServerEvent event)
Query result from an WHOIS query. |
Method Detail |
public void onConnect(ServerEvent event)
public void onDisconnect(ServerEvent event)
public void onChannelAdd(ServerEvent event)
public void onChannelJoin(ServerEvent event)
public void onIsOn(ServerEvent event)
public void onInvite(ServerEvent event)
public void onChannelPart(ServerEvent event)
public void onStatus(ServerEvent event)
public void onWhoIs(ServerEvent event)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |