org.jboss.errai.cdi.server.events
Class EventObserverMethod
java.lang.Object
org.jboss.errai.cdi.server.events.EventObserverMethod
- All Implemented Interfaces:
- javax.enterprise.inject.spi.ObserverMethod
public class EventObserverMethod
- extends Object
- implements javax.enterprise.inject.spi.ObserverMethod
- Author:
- Filip Rogaczewski, Christian Sadilek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventObserverMethod
public EventObserverMethod(Class<?> type,
org.jboss.errai.bus.client.framework.MessageBus bus,
ContextManager mgr,
Annotation... qualifiers)
getBeanClass
public Class<?> getBeanClass()
- Specified by:
getBeanClass
in interface javax.enterprise.inject.spi.ObserverMethod
getObservedType
public Class<?> getObservedType()
- Specified by:
getObservedType
in interface javax.enterprise.inject.spi.ObserverMethod
getObservedQualifiers
public Set<Annotation> getObservedQualifiers()
- Specified by:
getObservedQualifiers
in interface javax.enterprise.inject.spi.ObserverMethod
getReception
public javax.enterprise.event.Reception getReception()
- Specified by:
getReception
in interface javax.enterprise.inject.spi.ObserverMethod
getTransactionPhase
public javax.enterprise.event.TransactionPhase getTransactionPhase()
- Specified by:
getTransactionPhase
in interface javax.enterprise.inject.spi.ObserverMethod
notify
public void notify(Object event)
- Specified by:
notify
in interface javax.enterprise.inject.spi.ObserverMethod
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.