|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the I/O provider type supportedpublic interface IOAdvisor<T extends IOProvider>
Advises in the configuration of an IOProvider
in a certain context
(e.g. the UI services) and integrates the execution results into this
context.
Method Summary | |
---|---|
void |
handleResults(T provider)
Process the results after the execution. |
void |
prepareProvider(T provider)
Prepare the I/O provider when it is created. |
void |
updateConfiguration(T provider)
Update the provider configuration directly before the execution. |
Method Detail |
---|
void prepareProvider(T provider)
provider
- the I/O providervoid updateConfiguration(T provider)
provider
- the I/O providervoid handleResults(T provider)
provider
- the I/O provider
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |