com.centrasite.control.logged.action
Class PopUpLoggedExecutor

java.lang.Object
  extended by com.centrasite.control.logged.action.LoggedExecutor
      extended by com.centrasite.control.logged.action.PopUpLoggedExecutor
All Implemented Interfaces:
java.lang.Runnable

public class PopUpLoggedExecutor
extends LoggedExecutor

Custom LoggedExecutor which opens the log view in pop-up.


Constructor Summary
PopUpLoggedExecutor(ILoggedAction loggedAction)
           
 
Method Summary
 
Methods inherited from class com.centrasite.control.logged.action.LoggedExecutor
execute, finish, getAdapter, getHtmlPath, getLoggedAction, getThrowable, isExecuting, run, setAdapter, setHtmlPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopUpLoggedExecutor

public PopUpLoggedExecutor(ILoggedAction loggedAction)