Class SessionLogoutWorkflowEvent

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

@Scriptable public final class SessionLogoutWorkflowEvent extends Object implements ISessionLogoutWorkflowEvent
A concrete class that implements an event that is sent after session logout.

Do not use this class in scripts.

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