public static interface Abortable.Impl
extends java.lang.Runnable
| Modifier and Type | Method and Description | 
|---|---|
void | 
forceAbort()
shall not block and must be safe to call from another thread than run 
 | 
void | 
run()
can block; will be run in a separate thread 
 | 
Copyright 2004-2015 Wandora Team