public class AddProcess extends AbstractProcess
descriptor, inputParameters, listeners, outputParameters
Constructor and Description |
---|
AddProcess(ProcessDescriptor descriptor,
ParameterValueGroup input) |
Modifier and Type | Method and Description |
---|---|
protected void |
execute()
Immediately performs the action of this process.
|
addListener, call, cancelProcess, fireEndEvent, fireFailEvent, fireProcessCompleted, fireProcessFailed, fireProcessPaused, fireProcessResumed, fireProcessStarted, fireProgressEvent, fireProgressing, fireStartEvent, fireWarningOccurred, getDescriptor, getInput, getListeners, getMetadata, isCanceled, isPaused, pauseProcess, removeListener, resumeProcess
public AddProcess(ProcessDescriptor descriptor, ParameterValueGroup input)
protected void execute()
AbstractProcess
AbstractProcess.call()
method after any registered listeners have been
notified of the process start. Listeners will also be notified when the process end, either
successfully or on failure.execute
in class AbstractProcess
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.