org.jboss.cdi.tck.tests.event.observer.extension
Class GiraffeObserver

java.lang.Object
  extended by org.jboss.cdi.tck.tests.event.observer.extension.GiraffeObserver
All Implemented Interfaces:
javax.enterprise.inject.spi.ObserverMethod<Giraffe>

public class GiraffeObserver
extends Object
implements javax.enterprise.inject.spi.ObserverMethod<Giraffe>


Constructor Summary
protected GiraffeObserver(Annotation... qualifiers)
           
protected GiraffeObserver(Set<Annotation> qualifiers)
           
 
Method Summary
 Class<?> getBeanClass()
           
 Set<Annotation> getObservedQualifiers()
           
 Type getObservedType()
           
 Giraffe getReceivedPayload()
           
 javax.enterprise.event.Reception getReception()
           
 javax.enterprise.event.TransactionPhase getTransactionPhase()
           
 void notify(Giraffe event)
           
protected  void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GiraffeObserver

protected GiraffeObserver(Set<Annotation> qualifiers)

GiraffeObserver

protected GiraffeObserver(Annotation... qualifiers)
Method Detail

reset

protected void reset()

getBeanClass

public Class<?> getBeanClass()
Specified by:
getBeanClass in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

getObservedType

public Type getObservedType()
Specified by:
getObservedType in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

getObservedQualifiers

public Set<Annotation> getObservedQualifiers()
Specified by:
getObservedQualifiers in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

getReception

public javax.enterprise.event.Reception getReception()
Specified by:
getReception in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

getTransactionPhase

public javax.enterprise.event.TransactionPhase getTransactionPhase()
Specified by:
getTransactionPhase in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

notify

public void notify(Giraffe event)
Specified by:
notify in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

getReceivedPayload

public Giraffe getReceivedPayload()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.