All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.ui.event.TaskDoneListener

public interface TaskDoneListener
extends EventListener
TaskDoneListener is an interface for clients that want to know when and why a Task terminates.


Method Index

 o taskDone(TaskResult)
Notification that the task has been terminated.

Methods

 o taskDone
 public abstract void taskDone(TaskResult result)
Notification that the task has been terminated.

Parameters:
result - A TaskResult specifying the outcome of the Task.

All Packages  Class Hierarchy  This Package  Previous  Next  Index