Class MonitorEvent<T>

java.lang.Object
org.exoplatform.webui.event.Event<T>
org.exoplatform.webui.event.MonitorEvent<T>

public class MonitorEvent<T> extends Event<T>
Created by The eXo Platform SAS Jun 10, 2006 An event object used to monitor the lifecycle of a component
  • Field Details

  • Constructor Details

  • Method Details

    • getStartExecutionTime

      public long getStartExecutionTime()
    • setStartExecutionTime

      public void setStartExecutionTime(long t)
    • getEndExecutionTime

      public long getEndExecutionTime()
    • setEndExecutionTime

      public void setEndExecutionTime(long t)
    • getError

      public Throwable getError()
    • setError

      public void setError(Throwable t)