|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeatureModuleCallback
Callback interface for an FeatureModule. The feature module uses
this callback to notify the caller when it (the feature module) has finished
its handling an instance context during that context's load. The feature
module also uses this callback to notify the caller when it (the feature
module) has encountered an error that prevents it from finishing its handling
of an instance context's load.
| Method Summary | |
|---|---|
void |
onDone()
Notification that the feature module has finished handling that instance context (during that context's load sequence). |
void |
onError()
Notification that the feature module encountered errors and could not finish its handling of the instance context (during that context's load sequence). |
| Method Detail |
|---|
void onDone()
void onError()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||