org.jboss.cdi.tck.tests.event.implicit
Class Registration
java.lang.Object
org.jboss.cdi.tck.tests.event.implicit.Registration
public class Registration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Registration
@Inject
public Registration(javax.enterprise.event.Event<CourseFullEvent> courseFullEvent)
registerStudent
public void registerStudent(Student student)
registerForCourse
public void registerForCourse(Course course,
Student user)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.