public class SessionEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionEvent.OperationType |
| Constructor and Description |
|---|
SessionEvent(Session session,
SessionEvent.OperationType operationType)
Creates a new instance of SessionEvent.
|
| Modifier and Type | Method and Description |
|---|---|
SessionEvent.OperationType |
getOperationType() |
Session |
getSession()
Returns the KReS session affected by this event.
|
public SessionEvent(Session session, SessionEvent.OperationType operationType)
session - the KReS session affected by this eventpublic SessionEvent.OperationType getOperationType()
public Session getSession()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.