All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.taskData.TaskDataEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.sgi.sysadm.ui.taskData.TaskDataEvent

public class TaskDataEvent
extends EventObject
TaskDataEvent is the event sent to TaskDataListeners when TaskData changes.


Constructor Index

 o TaskDataEvent(TaskData, String)
Construct a TaskDataEvent from source notifying TaskDataListeners that the piece of TaskData named by name has changed.

Method Index

 o getName()
Get the name of the piece of TaskData that changed.
 o getTaskData()
Get the TaskData that changed.

Constructors

 o TaskDataEvent
 public TaskDataEvent(TaskData source,
                      String name)
Construct a TaskDataEvent from source notifying TaskDataListeners that the piece of TaskData named by name has changed.

Parameters:
source - TaskData that changed.
name - name of the piece of TaskData that changed.

Methods

 o getName
 public String getName()
Get the name of the piece of TaskData that changed.

Returns:
name of the piece of TaskData that changed.
 o getTaskData
 public TaskData getTaskData()
Get the TaskData that changed.

Returns:
the TaskData that changed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index