public class LoggedExecutorExport
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
LoggedExecutorExport(ILoggedAction loggedAction) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
finish()
This method is called in the GUI thread once the execution of the
ILoggedAction is finished.
|
java.lang.String |
getAdapter() |
java.lang.String |
getHtmlPath() |
ILoggedAction |
getLoggedAction() |
java.lang.Throwable |
getThrowable() |
boolean |
isExecuting() |
void |
run() |
void |
setAdapter(java.lang.String adapter) |
void |
setHtmlPath(java.lang.String htmlPath) |
public LoggedExecutorExport(ILoggedAction loggedAction)
public void execute()
public void run()
run
in interface java.lang.Runnable
public boolean isExecuting()
public java.lang.Throwable getThrowable()
public ILoggedAction getLoggedAction()
public void finish()
public java.lang.String getHtmlPath()
public void setHtmlPath(java.lang.String htmlPath)
public java.lang.String getAdapter()
public void setAdapter(java.lang.String adapter)