org.xnap.chat
Interface ChannelInfo

All Known Subinterfaces:
Channel
All Known Implementing Classes:
AbstractChannel, DefaultChannelInfo, JOscarChannel, LimeWireChatChannel, OpenNapAbstractChannel, OpenNapChannel, PircBotChannel, PrivateOpenNapChannel

public interface ChannelInfo

Defines the requirements for classes that provide channel information.

See Also:
Channel, ChatProvider

Method Summary
 java.lang.String getName()
          Returns the name of the channel.
 int getPeerCount()
          Returns the number of peers that have joined this channel.
 java.lang.String getTopic()
          Returns the topic of this channel.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the channel.


getPeerCount

int getPeerCount()
Returns the number of peers that have joined this channel.


getTopic

java.lang.String getTopic()
Returns the topic of this channel.



Copyright © 2001-2005 XNap Team. All Rights Reserved.