org.jboss.errai.enterprise.client.cdi
Class AbstractCDIEventCallback

java.lang.Object
  extended by org.jboss.errai.enterprise.client.cdi.AbstractCDIEventCallback
All Implemented Interfaces:
org.jboss.errai.bus.client.api.MessageCallback

public abstract class AbstractCDIEventCallback
extends Object
implements org.jboss.errai.bus.client.api.MessageCallback

Author:
Christian Sadilek

Field Summary
protected  Set<String> qualifiers
          The qualifiers a message must contain to be propagated.
 
Constructor Summary
AbstractCDIEventCallback()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.errai.bus.client.api.MessageCallback
callback
 

Field Detail

qualifiers

protected Set<String> qualifiers
The qualifiers a message must contain to be propagated.

Constructor Detail

AbstractCDIEventCallback

public AbstractCDIEventCallback()


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.