public class FooObserver extends Object
| Constructor and Description |
|---|
FooObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
observeAfterCompletion(Foo foo) |
void |
observeAfterFailure(Foo foo) |
void |
observeAfterSuccess(Foo foo) |
void |
observeBeforeCompletion(Foo foo) |
void |
observeInProgress(Foo foo) |
public void observeInProgress(@Observes(during=IN_PROGRESS)
Foo foo)
throws Exception
Exceptionpublic void observeBeforeCompletion(@Observes(during=BEFORE_COMPLETION)
Foo foo)
throws Exception
Exceptionpublic void observeAfterCompletion(@Observes(during=AFTER_COMPLETION)
Foo foo)
throws Exception
Exceptionpublic void observeAfterFailure(@Observes(during=AFTER_FAILURE)
Foo foo)
throws Exception
ExceptionCopyright © 2008–2016 CDI TCK. All rights reserved.