public interface ObserverLocal
| 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) |
Copyright © 2008–2016 CDI TCK. All rights reserved.