| |
|
| java.lang.Object de.schlund.pfixcore.workflow.SessionStatusEvent
SessionStatusEvent | public class SessionStatusEvent (Code) | | Represents an event related to the life-cycle of a session.
author: Sebastian Marsching |
Inner Class :public enum Type | |
Method Summary | |
public Type | getType() |
SessionStatusEvent | public SessionStatusEvent(Type type)(Code) | | Creates a new event with the specified type
Parameters: type - status change event |
getType | public Type getType()(Code) | | Returns which type of status change caused this event
type of status change |
|
|
|