public static interface ProductInformationWizard.IProductInformationWizardHandler
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
The user has cancelled the wizard
|
void |
postProcess()
Invoked once at end of wizard
|
boolean |
preProcess()
Invoked once at beginning of wizard
|
void |
process(ProductInformation app)
Invoked for each product in the list
|
boolean preProcess()
void process(ProductInformation app)
app - void postProcess()
void cancel()