Class SessionLoginWorkflowEvent

java.lang.Object
de.uplanet.lucy.server.workflow.event.SessionLoginWorkflowEvent
All Implemented Interfaces:
ISessionLoginWorkflowEvent, ISessionWorkflowEvent, IWorkflowEvent

@Scriptable public final class SessionLoginWorkflowEvent extends Object implements ISessionLoginWorkflowEvent
A concrete class that implements an event that is sent after a session login.

Do not use this class in scripts.

Scripts should always use the event interface when using the instanceof operator.