Package | Description |
---|---|
de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
de.esprit.appsuite.task |
Contains basic classes that make up the AsyncTask framework
|
de.esprit.appsuite.workflow |
Contains classes for building workflows upon async tasks
|
de.esprit.appsuite.workflow.monitor |
Contains support classes for monitoring workflow tasks
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.netsuite.client.activity.command |
Contains ClientCommand activity monitoring classes
|
de.esprit.netsuite.client.workflow |
Contains the Workflow support classes
|
de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
de.esprit.netsuite.rtask |
Contains extensions for RemoteAsyncTask support
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSwingTask.doneChildFinished(TaskEvent e) |
protected void |
AbstractSwingTask.doneChildStarted(TaskEvent e) |
protected void |
AbstractSwingTask.doneTaskCancelled(TaskEvent e) |
protected void |
AbstractSwingTask.doneTaskFailed(TaskEvent e) |
protected void |
AbstractSwingTask.doneTaskFinished(TaskEvent e) |
protected void |
AbstractSwingTask.doneTaskProceeded(TaskEvent e) |
protected void |
AbstractSwingTask.doneTaskStarted(TaskEvent e) |
protected void |
AbstractSwingTask.doneTaskStateChanged(TaskEvent e) |
protected void |
AbstractSwingTask.doneTaskSucceeded(TaskEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
TaskEvent.Listener.taskChanged(TaskEvent e) |
void |
DebugTaskListener.taskChanged(TaskEvent e) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractWorkflow.doneTaskCancelled(TaskEvent e) |
protected void |
AbstractWorkflow.doneTaskFinished(TaskEvent e) |
protected void |
AbstractWorkflow.doneTaskStarted(TaskEvent e) |
protected void |
AbstractWorkflow.doneTaskStateChanged(TaskEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowMonitorDialog.setProgress(int taskIndex,
TaskEvent e)
Sets the progress for the
TaskCheckLabel at the given taskIndex. |
void |
TaskCheckLabelPanel.setProgress(int taskIndex,
TaskEvent e) |
void |
TaskCheckLabel.setProgress(TaskEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ZProgressLabel.setProgress(TaskEvent e) |
void |
ZProgressBar.setProgress(TaskEvent e) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientCommandTask.doneTaskStarted(TaskEvent e)
Enforces a repaint of the list in order to render the just started command as running
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFileStreamWFT.doneTaskFinished(TaskEvent e) |
protected void |
AbstractFileStreamWFT.doneTaskProceeded(TaskEvent e) |
Modifier and Type | Class and Description |
---|---|
class |
BatchTaskEvent
This event is sent by the server to notify about start/stop or progress of an
asynchronously running remote server batch task.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteTaskEvent
This event is used for notifying the state of remotely running tasks.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.