com.web_visage.ichat
Interface Controllable

All Known Subinterfaces:
IChatThread
All Known Implementing Classes:
AbstractIChatThread

public interface Controllable

Specifies simple control methods.

Author:
K.Baturytski

Method Summary
 void start()
          Starts the component.
 void stop()
          Stops the component.
 

Method Detail

start

void start()
Starts the component.


stop

void stop()
Stops the component.