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