org.jboss.cdi.tck.tests.event.implicit
Class Registration

java.lang.Object
  extended by org.jboss.cdi.tck.tests.event.implicit.Registration

public class Registration
extends Object


Constructor Summary
Registration(javax.enterprise.event.Event<CourseFullEvent> courseFullEvent)
           
 
Method Summary
 void registerForCourse(Course course, Student user)
           
 void registerStudent(Student student)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registration

@Inject
public Registration(javax.enterprise.event.Event<CourseFullEvent> courseFullEvent)
Method Detail

registerStudent

public void registerStudent(Student student)

registerForCourse

public void registerForCourse(Course course,
                              Student user)


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