|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Component
This interface is implemented by all component-like classes. Components are classes that are supposed to do something if and only if they are started via start. They will shut down their activity when they are stopped. The idea of this interface is to be able to launch a set of totally unknown components or to shut them down.
Method Summary | |
---|---|
void |
start()
Tell the component to start activity. |
void |
stop()
Tell the component to cease activity. |
Method Detail |
---|
void start()
void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |