|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.relayirc.chatengine.ChannelAdapter
Provides a default do-nothing implementation of ChannelListener.
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 Engine| Constructor Summary | |
ChannelAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChannelAdapter()
| Method Detail |
public void onActivation(ChannelEvent event)
ChannelListeneronActivation in interface ChannelListenerpublic void onAction(ChannelEvent event)
ChannelListeneronAction in interface ChannelListenerpublic void onConnect(ChannelEvent event)
ChannelListeneronConnect in interface ChannelListenerpublic void onDisconnect(ChannelEvent event)
ChannelListeneronDisconnect in interface ChannelListenerpublic void onMessage(ChannelEvent event)
ChannelListeneronMessage in interface ChannelListenerpublic void onJoin(ChannelEvent event)
ChannelListeneronJoin in interface ChannelListenerpublic void onJoins(ChannelEvent event)
ChannelListeneronJoins in interface ChannelListenerpublic void onPart(ChannelEvent event)
ChannelListeneronPart in interface ChannelListenerpublic void onBan(ChannelEvent event)
ChannelListeneronBan in interface ChannelListenerpublic void onKick(ChannelEvent event)
ChannelListeneronKick in interface ChannelListenerpublic void onNick(ChannelEvent event)
ChannelListeneronNick in interface ChannelListenerpublic void onOp(ChannelEvent event)
ChannelListeneronOp in interface ChannelListenerpublic void onDeOp(ChannelEvent event)
ChannelListeneronDeOp in interface ChannelListenerpublic void onQuit(ChannelEvent event)
ChannelListeneronQuit in interface ChannelListenerpublic void onTopicChange(ChannelEvent event)
ChannelListeneronTopicChange in interface ChannelListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||