public abstract class AbstractSessionEvent extends ApplicationEvent
source| Constructor and Description | 
|---|
| AbstractSessionEvent(Session source)Constructs a prototypical Event. | 
| Modifier and Type | Method and Description | 
|---|---|
| Session | getSource() | 
toStringpublic AbstractSessionEvent(Session source)
source - The object on which the Event initially occurred.IllegalArgumentException - if source is null.public Session getSource()
getSource in class EventObject