org.jboss.seam.security.events
Class SessionInvalidatedEvent

java.lang.Object
  extended by org.jboss.seam.security.events.SessionInvalidatedEvent

public class SessionInvalidatedEvent
extends Object

This event is raised when the session has been invalidated

Author:
george

Constructor Summary
SessionInvalidatedEvent(Session session)
           
 
Method Summary
 Session getSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionInvalidatedEvent

public SessionInvalidatedEvent(Session session)
Method Detail

getSession

public Session getSession()


Copyright © 2011 Seam Framework. All Rights Reserved.