Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.client.api
Class SessionEndEvent

java.lang.Object
  extended by org.jboss.errai.bus.client.api.SessionEndEvent

public class SessionEndEvent
extends Object

The event object that is delievered to SessionEndListeners when a QueueSession ends.


Constructor Summary
SessionEndEvent(QueueSession session)
          Creates a SessionEndEvent for the given QueueSession.
 
Method Summary
 QueueSession getSession()
          Returns the session that ended.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionEndEvent

public SessionEndEvent(QueueSession session)
Creates a SessionEndEvent for the given QueueSession.

Parameters:
session - the session that is ending. Not null.
Method Detail

getSession

public QueueSession getSession()
Returns the session that ended.

Returns:
the session that ended. Never null.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.