|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.relayirc.chatengine.ChannelAdapter
public class 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 |
onKick(ChannelEvent event)
An operator has kicked a user from the channel. |
void |
onMessage(ChannelEvent event)
A user has spoken. |
void |
onNames(ChannelEvent event)
Received users who joined the channel. |
void |
onNick(ChannelEvent event)
A user has changed nick names. |
void |
onNotice(ChannelEvent event)
A user has spoken. |
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)
ChannelListener
onActivation in interface ChannelListenerpublic void onAction(ChannelEvent event)
ChannelListener
onAction in interface ChannelListenerpublic void onConnect(ChannelEvent event)
ChannelListener
onConnect in interface ChannelListenerpublic void onDisconnect(ChannelEvent event)
ChannelListener
onDisconnect in interface ChannelListenerpublic void onMessage(ChannelEvent event)
ChannelListener
onMessage in interface ChannelListenerpublic void onJoin(ChannelEvent event)
ChannelListener
onJoin in interface ChannelListenerpublic void onNames(ChannelEvent event)
ChannelListener
onNames in interface ChannelListenerpublic void onPart(ChannelEvent event)
ChannelListener
onPart in interface ChannelListenerpublic void onBan(ChannelEvent event)
ChannelListener
onBan in interface ChannelListenerpublic void onKick(ChannelEvent event)
ChannelListener
onKick in interface ChannelListenerpublic void onNick(ChannelEvent event)
ChannelListener
onNick in interface ChannelListenerpublic void onNotice(ChannelEvent event)
ChannelListener
onNotice in interface ChannelListenerpublic void onOp(ChannelEvent event)
ChannelListener
onOp in interface ChannelListenerpublic void onDeOp(ChannelEvent event)
ChannelListener
onDeOp in interface ChannelListenerpublic void onQuit(ChannelEvent event)
ChannelListener
onQuit in interface ChannelListenerpublic void onTopicChange(ChannelEvent event)
ChannelListener
onTopicChange in interface ChannelListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||