public class Event
extends java.lang.Object
| Constructor and Description |
|---|
Event(EventType type,
Session session,
java.lang.Object item)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getItem()
|
Session |
getSession()
Returns the session which is related with this event.
|
EventType |
getType()
Returns the type of the event.
|
Copyright © 2004-2012 Trustin Lee. All Rights Reserved.