|
|||||||||
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 EngineConstructor 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)
ChannelListener
onActivation
in interface ChannelListener
public void onAction(ChannelEvent event)
ChannelListener
onAction
in interface ChannelListener
public void onConnect(ChannelEvent event)
ChannelListener
onConnect
in interface ChannelListener
public void onDisconnect(ChannelEvent event)
ChannelListener
onDisconnect
in interface ChannelListener
public void onMessage(ChannelEvent event)
ChannelListener
onMessage
in interface ChannelListener
public void onJoin(ChannelEvent event)
ChannelListener
onJoin
in interface ChannelListener
public void onJoins(ChannelEvent event)
ChannelListener
onJoins
in interface ChannelListener
public void onPart(ChannelEvent event)
ChannelListener
onPart
in interface ChannelListener
public void onBan(ChannelEvent event)
ChannelListener
onBan
in interface ChannelListener
public void onKick(ChannelEvent event)
ChannelListener
onKick
in interface ChannelListener
public void onNick(ChannelEvent event)
ChannelListener
onNick
in interface ChannelListener
public void onOp(ChannelEvent event)
ChannelListener
onOp
in interface ChannelListener
public void onDeOp(ChannelEvent event)
ChannelListener
onDeOp
in interface ChannelListener
public void onQuit(ChannelEvent event)
ChannelListener
onQuit
in interface ChannelListener
public void onTopicChange(ChannelEvent event)
ChannelListener
onTopicChange
in interface ChannelListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |