org.jboss.errai.cdi.server
Class EventSubscriptionListener
java.lang.Object
org.jboss.errai.cdi.server.EventSubscriptionListener
- All Implemented Interfaces:
- org.jboss.errai.bus.client.api.SubscribeListener
@ApplicationScoped
public class EventSubscriptionListener
- extends Object
- implements org.jboss.errai.bus.client.api.SubscribeListener
- Author:
- Filip Rogaczewski, Mike Brock, Christian Sadilek
Method Summary |
void |
onSubscribe(org.jboss.errai.bus.client.framework.SubscriptionEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSubscriptionListener
public EventSubscriptionListener(javax.enterprise.inject.spi.AfterBeanDiscovery abd,
org.jboss.errai.bus.client.framework.MessageBus bus,
ContextManager mgr,
Map<String,List<Annotation[]>> observedEvents)
onSubscribe
public void onSubscribe(org.jboss.errai.bus.client.framework.SubscriptionEvent event)
- Specified by:
onSubscribe
in interface org.jboss.errai.bus.client.api.SubscribeListener
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.