public class ObservesLiteral extends AnnotationLiteral<Observes> implements Observes
| Constructor and Description |
|---|
ObservesLiteral(TransactionPhase during,
Reception notifyObserver,
Reception receives) |
| Modifier and Type | Method and Description |
|---|---|
TransactionPhase |
during() |
Reception |
notifyObserver() |
Reception |
receive() |
annotationType, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCode, toStringpublic ObservesLiteral(TransactionPhase during, Reception notifyObserver, Reception receives)
public TransactionPhase during()
public Reception notifyObserver()
public Reception receive()
Copyright © 2012 Seam Framework. All Rights Reserved.