public interface EventContext
Modifier and Type | Method and Description |
---|---|
Object |
getAttachment()
Retrieves an object which is
attached to
this context. |
Session |
getSession() |
void |
setAttachment(Object attachement)
Attaches an object to this context to store a stateful information
specific to the
Event which is associated with this
context. |
void |
setSession(Session session) |
Copyright © 2013. All Rights Reserved.