de.uplanet.lucy.server.workflow.event
Class FreeTimerWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.FreeTimerWorkflowEvent
- All Implemented Interfaces:
- IFreeTimerWorkflowEvent, ITimerWorkflowEvent, IWorkflowEvent
@Scriptable
public final class FreeTimerWorkflowEvent
- extends java.lang.Object
- implements IFreeTimerWorkflowEvent
A concrete class that implements an event that is sent from a free timer.
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof
operator.
- Version:
- $Revision: 91944 $
Method Summary |
java.lang.String |
getTimerGuid()
Get the GUID of the timer that created this event. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FreeTimerWorkflowEvent
public FreeTimerWorkflowEvent(java.lang.String p_strTimerGuid)
- Parameters:
p_strTimerGuid
- The GUID of the timer action that created this event.
getTimerGuid
public java.lang.String getTimerGuid()
- Description copied from interface:
ITimerWorkflowEvent
- Get the GUID of the timer that created this event.
- Specified by:
getTimerGuid
in interface ITimerWorkflowEvent
- Returns:
- The timer GUID.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Last updated: 2011-08-11 10-04
Copyright © 2000-2011 United Planet. All Rights Reserved.