|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implement this interface to listen to channel events incuding messages, joins, parts, bans and kicks.
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 EngineChannel
Method Summary | |
void |
onAction(ChannelEvent event)
User has acted. |
void |
onActivation(ChannelEvent event)
Channel has been activated, given focus or brought-to-front. |
void |
onBan(ChannelEvent event)
An operator has banned a user from the channel. |
void |
onConnect(ChannelEvent event)
Server has connected/joined the channel. |
void |
onDeOp(ChannelEvent event)
An operator has taken away a users operator rights. |
void |
onDisconnect(ChannelEvent event)
Server has disconnected/parted the channel. |
void |
onJoin(ChannelEvent event)
A user has joined the channel. |
void |
onJoins(ChannelEvent event)
Multiple users have joined the channel. |
void |
onKick(ChannelEvent event)
An operator has kicked a user from the channel. |
void |
onMessage(ChannelEvent event)
A user has spoken. |
void |
onNick(ChannelEvent event)
A user has changed nick names. |
void |
onOp(ChannelEvent event)
An operator has given a user operator rights. |
void |
onPart(ChannelEvent event)
A user has parted/left the channel. |
void |
onQuit(ChannelEvent event)
A user has quit/disconnected from the chat server. |
void |
onTopicChange(ChannelEvent event)
Channel topic has changed. |
Method Detail |
public void onActivation(ChannelEvent event)
public void onAction(ChannelEvent event)
public void onConnect(ChannelEvent event)
public void onDisconnect(ChannelEvent event)
public void onMessage(ChannelEvent event)
public void onJoin(ChannelEvent event)
public void onJoins(ChannelEvent event)
public void onPart(ChannelEvent event)
public void onBan(ChannelEvent event)
public void onKick(ChannelEvent event)
public void onNick(ChannelEvent event)
public void onOp(ChannelEvent event)
public void onDeOp(ChannelEvent event)
public void onQuit(ChannelEvent event)
public void onTopicChange(ChannelEvent event)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |