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, getPropertySheets
getConfigurationWizard
void initialize(Job job) throws java.lang.Exception
java.lang.Exception
boolean next() throws java.lang.Exception
java.lang.Exception
void abort() throws java.lang.Exception
java.lang.Exception
void skip() throws java.lang.Exception
java.lang.Exception
void ignoreContinue() throws java.lang.Exception
java.lang.Exception
boolean canSkip()
boolean canIgnoreContinue()
void addTextStatusListener(JobProcessor.TextStatusListener listener)
void removeTextStatusListener(JobProcessor.TextStatusListener listener)