| Package | Description |
|---|---|
| org.jboss.cdi.tck.tests.event.implicit |
| Modifier and Type | Method and Description |
|---|---|
Student |
AwardEvent.getStudent() |
Student |
StudentRegisteredEvent.getStudent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Awards.grantHonorsStatus(Student student) |
void |
Registration.registerForCourse(Course course,
Student user) |
void |
Registration.registerStudent(Student student) |
| Constructor and Description |
|---|
AwardEvent(Student student) |
StudentRegisteredEvent(Student student) |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.