Package ca.phon.plugin
Class AbstractPluginEntryPoint
java.lang.Object
ca.phon.worker.PhonTask
ca.phon.plugin.AbstractPluginEntryPoint
- All Implemented Interfaces:
IPluginEntryPoint
,Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.phon.worker.PhonTask
PhonTask.TaskStatus
-
Field Summary
Fields inherited from class ca.phon.worker.PhonTask
err, PROGRESS_PROP, props, STATUS_PROP
-
Constructor Summary
-
Method Summary
Methods inherited from class ca.phon.worker.PhonTask
addTaskListener, firePropertyChange, fireStatusChange, getException, getName, getProperty, getRunTime, getStartTime, getStatus, isShutdown, removeTaskListener, run, setName, setProperty, setStatus, shutdown
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.phon.plugin.IPluginEntryPoint
getName, pluginStart
-
Field Details
-
PLUGIN_START_ARGS
The performTask method calls pluginStart. This property holds the map of arguments sent to plugin start when performTask is called.- See Also:
-
-
Constructor Details
-
AbstractPluginEntryPoint
public AbstractPluginEntryPoint()
-
-
Method Details
-
performTask
public void performTask()Description copied from class:PhonTask
The abstract run method. This method must be implemented by all subclasses.- Specified by:
performTask
in classPhonTask
-