public interface ApplicationComponent extends Runnable
Modifier and Type | Method and Description |
---|---|
void |
finish()
This method is called by the Ncs Java vm when the thread
should be stopped.
|
void |
init()
This method is called by the Ncs Java vm before the
thread is started.
|