Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.client.api
Interface SessionEndListener


public interface SessionEndListener

Callback interface for receiving notifications when QueueSessions end.


Method Summary
 void onSessionEnd(SessionEndEvent event)
          Called when the QueueSession ends.
 

Method Detail

onSessionEnd

void onSessionEnd(SessionEndEvent event)
Called when the QueueSession ends.

Parameters:
event - The event object that provides a reference to the session that ended. Never null.

Errai 3.0.1-SNAPSHOT

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