Errai 3.0.1-SNAPSHOT

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


public interface UnsubscribeListener

Callback interface for receiving notifications when a subscription is de-registered on the bus.

See Also:
MessageBus.addUnsubscribeListener(UnsubscribeListener)

Method Summary
 void onUnsubscribe(SubscriptionEvent event)
          Called when a subscription is de-registered from the bus.
 

Method Detail

onUnsubscribe

void onUnsubscribe(SubscriptionEvent event)
Called when a subscription is de-registered from the bus.

Parameters:
event - event describing the subscription cancellation.

Errai 3.0.1-SNAPSHOT

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