|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccs.cpc.ViewerRuntime
ccs.cpc.impl.HelperAppRuntime
public final class HelperAppRuntime
Field Summary | |
---|---|
(package private) static Plugin |
hplugin
|
Fields inherited from class ccs.cpc.ViewerRuntime |
---|
target |
Constructor Summary | |
---|---|
HelperAppRuntime(HelperApp ha,
PluginCallback callback,
VFile target)
|
Method Summary | |
---|---|
void |
cleanup()
Cleanup after the viewer. |
void |
kill()
Destroy the viewer. |
void |
launch()
Prepare and launch the viewer. |
void |
waitFor()
block until the viewer has finished. |
Methods inherited from class ccs.cpc.ViewerRuntime |
---|
getTarget, setTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static Plugin hplugin
Constructor Detail |
---|
HelperAppRuntime(HelperApp ha, PluginCallback callback, VFile target)
Method Detail |
---|
public void launch() throws java.io.IOException
launch
in class ViewerRuntime
java.io.IOException
public void waitFor() throws java.lang.InterruptedException
waitFor
in class ViewerRuntime
java.lang.InterruptedException
public void kill()
waitFor
to return.
kill
in class ViewerRuntime
public void cleanup() throws java.io.IOException
kill
ed.
The default implementation does nothing.
cleanup
in class ViewerRuntime
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |