|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChatProvider
Defines the requirements for classes that provide access to chat channels.
| Method Summary | |
|---|---|
void |
addChatProviderListener(ChatProviderListener listener)
Adds listener to the provider. |
javax.swing.Action[] |
getActions()
Returns an array of actions that can be performed on the provider. |
ChannelInfo[] |
getChannels()
Returns the the channels on this server. |
java.lang.String |
getMessages()
Returns a string with the message of the day. |
java.lang.String |
getName()
Returns the name of the server shown to the user. |
void |
join(java.lang.String channel)
Joins a channel. |
void |
removeChatProviderListener(ChatProviderListener listener)
Removes listener from the provider. |
| Method Detail |
|---|
void addChatProviderListener(ChatProviderListener listener)
listener to the provider.
void join(java.lang.String channel)
javax.swing.Action[] getActions()
ChannelInfo[] getChannels()
java.lang.String getMessages()
java.lang.String getName()
void removeChatProviderListener(ChatProviderListener listener)
listener from the provider.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||