public class SessionDeletedEvent extends SessionDestroyedEvent
Session is deleted.| Constructor and Description | 
|---|
| SessionDeletedEvent(Session source)Constructs a prototypical Event. | 
getSourcepublic SessionDeletedEvent(Session source)
source - The object on which the Event initially occurred.java.lang.IllegalArgumentException - if source is null.