com.centrasite.control.logged.action
Class LoggedExecutor
java.lang.Object
com.centrasite.control.logged.action.LoggedExecutor
- All Implemented Interfaces:
- java.lang.Runnable
- Direct Known Subclasses:
- PopUpLoggedExecutor
public class LoggedExecutor
- extends java.lang.Object
- implements java.lang.Runnable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggedExecutor
public LoggedExecutor(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)