org.jboss.cdi.tck.tests.deployment.packaging.war.modules
Class Qux

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.packaging.war.modules.Qux

public class Qux
extends Object

Author:
Martin Kouba

Constructor Summary
Qux()
           
 
Method Summary
 Baz getBaz()
           
static int getEventsObserved()
           
 void observeBusinessOperations(BusinessOperationEvent event)
           
 void setBaz(Baz baz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Qux

public Qux()
Method Detail

getBaz

public Baz getBaz()

setBaz

@Inject
public void setBaz(Baz baz)

observeBusinessOperations

public void observeBusinessOperations(@Observes
                                      BusinessOperationEvent event)

getEventsObserved

public static int getEventsObserved()


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