|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelEvent | |
|---|---|
| org.xnap.chat | Provides interfaces and classes for chat communication. |
| org.xnap.gui | Provides interfaces and classes for the graphical user interface. |
| org.xnap.plugin.festival | |
| Uses of ChannelEvent in org.xnap.chat |
|---|
| Methods in org.xnap.chat with parameters of type ChannelEvent | |
|---|---|
void |
ChannelListener.channelJoined(ChannelEvent event)
Invoked when the channel has been joined. |
void |
ChannelListener.channelParted(ChannelEvent event)
Invoked when the channel has been parted. |
void |
ChannelListener.messageReceived(ChannelEvent event)
Invoked when a message has been received. |
void |
ChannelListener.peerAdded(ChannelEvent event)
Invoked when a peer has joined the channel. |
void |
ChannelListener.peerChanged(ChannelEvent event)
Invoked when a peer has changed and need to be updated on screen. |
void |
ChannelListener.peerRemoved(ChannelEvent event)
Invoked when a peer has left the channel. |
void |
ChannelListener.topicChanged(ChannelEvent event)
Invoked when a the topic has changed. |
| Uses of ChannelEvent in org.xnap.gui |
|---|
| Methods in org.xnap.gui with parameters of type ChannelEvent | |
|---|---|
void |
ChannelPanel.channelJoined(ChannelEvent e)
|
void |
ChannelPanel.channelParted(ChannelEvent e)
|
void |
ChannelPanel.messageReceived(ChannelEvent e)
|
void |
ChannelPanel.peerAdded(ChannelEvent e)
|
void |
ChannelPanel.peerChanged(ChannelEvent e)
|
void |
ChannelPanel.peerRemoved(ChannelEvent e)
|
void |
ChannelPanel.topicChanged(ChannelEvent e)
|
| Uses of ChannelEvent in org.xnap.plugin.festival |
|---|
| Methods in org.xnap.plugin.festival with parameters of type ChannelEvent | |
|---|---|
void |
FestivalPlugin.channelJoined(ChannelEvent event)
|
void |
FestivalPlugin.channelParted(ChannelEvent event)
|
void |
FestivalPlugin.messageReceived(ChannelEvent event)
|
void |
FestivalPlugin.peerAdded(ChannelEvent event)
|
void |
FestivalPlugin.peerChanged(ChannelEvent event)
|
void |
FestivalPlugin.peerRemoved(ChannelEvent event)
|
void |
FestivalPlugin.topicChanged(ChannelEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||