public interface PlugIn extends Controls
Modifier and Type | Field and Description |
---|---|
static int |
BUFFER_PROCESSED_FAILED |
static int |
BUFFER_PROCESSED_OK |
static int |
INPUT_BUFFER_NOT_CONSUMED |
static int |
OUTPUT_BUFFER_NOT_FILLED |
static int |
PLUGIN_TERMINATED |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getName() |
void |
open() |
void |
reset() |
getControl, getControls
static final int BUFFER_PROCESSED_OK
static final int BUFFER_PROCESSED_FAILED
static final int INPUT_BUFFER_NOT_CONSUMED
static final int OUTPUT_BUFFER_NOT_FILLED
static final int PLUGIN_TERMINATED
void open() throws ResourceUnavailableException
ResourceUnavailableException
void close()
java.lang.String getName()
void reset()