public abstract class Module extends Object
Modifier and Type | Field and Description |
---|---|
protected Console |
console |
protected static Vector |
listeners |
Constructor and Description |
---|
Module() |
Modifier and Type | Method and Description |
---|---|
static void |
addModuleListener(ModuleListener l) |
void |
exceptionOccurred(int index) |
void |
finished(int index) |
protected abstract String |
getMessage() |
abstract String |
getName() |
static Iterator |
listeners() |
void |
prereqsDone(State state,
int index) |
protected abstract void |
run(State state,
int index) |
void |
runOnAllImages(State state) |
void |
runOnAllImagesAndTemplate(State state) |
void |
runOnOneImage(State state,
int index) |
protected boolean |
runsOnce() |
public abstract String getName()
protected abstract String getMessage()
protected abstract void run(State state, int index)
protected boolean runsOnce()
public void runOnOneImage(State state, int index)
public void runOnAllImages(State state)
public void runOnAllImagesAndTemplate(State state)
public void prereqsDone(State state, int index)
public void finished(int index)
public void exceptionOccurred(int index)
public static void addModuleListener(ModuleListener l)
public static Iterator listeners()
Copyright © 2015–2021 Fiji. All rights reserved.