Errai 3.0.1-SNAPSHOT

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


public interface SubscribeListener

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

See Also:
MessageBus.addSubscribeListener(SubscribeListener)

Method Summary
 void onSubscribe(SubscriptionEvent event)
          Called when a new subscription is registered on the bus.
 

Method Detail

onSubscribe

void onSubscribe(SubscriptionEvent event)
Called when a new subscription is registered on the bus.

Parameters:
event - the subscription event that occurred. Never null.

Errai 3.0.1-SNAPSHOT

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