org.xnap.gui.action
Interface TopicChangable

All Known Implementing Classes:
PircBotChannel

public interface TopicChangable

Defines the requirements for classes that support the ChangeTopicAction.


Method Summary
 void changeTopic(java.lang.String newTopic)
          Invoked when the topic is requested to change.
 

Method Detail

changeTopic

void changeTopic(java.lang.String newTopic)
Invoked when the topic is requested to change.



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