Package org.exoplatform.webui.event
Class MonitorEvent<T>
java.lang.Object
org.exoplatform.webui.event.Event<T>
org.exoplatform.webui.event.MonitorEvent<T>
Created by The eXo Platform SAS Jun 10, 2006
An event object used to monitor the lifecycle of a component
-
Nested Class Summary
Nested classes/interfaces inherited from class org.exoplatform.webui.event.Event
Event.Phase -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetError()longvoidsetEndExecutionTime(long t) voidvoidsetStartExecutionTime(long t) Methods inherited from class org.exoplatform.webui.event.Event
broadcast, getEventListeners, getExecutionPhase, getName, getRequestContext, getSource, isCsrfCheck, setCsrfCheck, setEventListeners, setExecutionPhase, setRequestContext
-
Field Details
-
PORTAL_APPLICATION_LIFECYCLE_EVENT
- See Also:
-
PORTAL_EXECUTION_LIFECYCLE_EVENT
- See Also:
-
PORTLET_APPLICATION_LIFECYCLE_EVENT
- See Also:
-
PORTLET_ACTION_LIFECYCLE_EVENT
- See Also:
-
PORTLET_RENDER_LIFECYCLE_EVENT
- See Also:
-
UICOMPONENT_LIFECYCLE_MONITOR_EVENT
- See Also:
-
-
Constructor Details
-
MonitorEvent
-
-
Method Details
-
getStartExecutionTime
public long getStartExecutionTime() -
setStartExecutionTime
public void setStartExecutionTime(long t) -
getEndExecutionTime
public long getEndExecutionTime() -
setEndExecutionTime
public void setEndExecutionTime(long t) -
getError
-
setError
-