com.centrasite.control.logged.action
Class LoggedExecutorExport
java.lang.Object
com.centrasite.control.logged.action.LoggedExecutorExport
- All Implemented Interfaces:
- java.lang.Runnable
public class LoggedExecutorExport
- extends java.lang.Object
- implements java.lang.Runnable
LoggedExecutorExport.java
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggedExecutorExport
public LoggedExecutorExport(ILoggedAction loggedAction)
execute
public void execute()
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
isExecuting
public boolean isExecuting()
getThrowable
public java.lang.Throwable getThrowable()
getLoggedAction
public ILoggedAction getLoggedAction()
finish
public void finish()
- This method is called in the GUI thread once the execution of the
ILoggedAction is finished.
getHtmlPath
public java.lang.String getHtmlPath()
setHtmlPath
public void setHtmlPath(java.lang.String htmlPath)
getAdapter
public java.lang.String getAdapter()
setAdapter
public void setAdapter(java.lang.String adapter)