|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Breakable
Interface for breakable modules. All long-lasting computations should implement this interface.
Method Summary | |
---|---|
void |
setProgressListener(ProgressListener pl)
Sets progress state listener. |
void |
stop()
Tries to stop the thread/computation.. |
Method Detail |
---|
void stop()
Runnable
implementators: Thread.interrupt()
will be called afterwards.
void setProgressListener(ProgressListener pl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |