public interface JobProcessor extends PropertySheetHolder, WizardConfigurable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JobProcessor.TextStatusListener |
PropertySheetHolder.PropertySheet| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
addTextStatusListener(JobProcessor.TextStatusListener listener) |
boolean |
canIgnoreContinue() |
boolean |
canSkip() |
void |
ignoreContinue() |
void |
initialize(Job job) |
boolean |
next() |
void |
removeTextStatusListener(JobProcessor.TextStatusListener listener) |
void |
skip() |
getChildPropertySheetHolders, getPropertySheetHolderActions, getPropertySheetHolderIcon, getPropertySheetHolderTitle, getPropertySheetsgetConfigurationWizardvoid initialize(Job job) throws java.lang.Exception
java.lang.Exceptionboolean next()
throws java.lang.Exception
java.lang.Exceptionvoid abort()
throws java.lang.Exception
java.lang.Exceptionvoid skip() throws java.lang.Exception
java.lang.Exceptionvoid ignoreContinue()
throws java.lang.Exception
java.lang.Exceptionboolean canSkip()
boolean canIgnoreContinue()
void addTextStatusListener(JobProcessor.TextStatusListener listener)
void removeTextStatusListener(JobProcessor.TextStatusListener listener)