com.centrasite.control.logged.action
Class LoggedExecutor

java.lang.Object
  extended by 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


Constructor Summary
LoggedExecutor(ILoggedAction loggedAction)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggedExecutor

public LoggedExecutor(ILoggedAction loggedAction)
Method Detail

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)