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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
annotationType, equals, hashCode, toString
public ObservesLiteral(TransactionPhase during, Reception notifyObserver, Reception receives)
public TransactionPhase during()
public Reception notifyObserver()
public Reception receive()
Copyright © 2012 Seam Framework. All Rights Reserved.