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.
-
TaskDataEvent(TaskData, String)
- Construct a TaskDataEvent from source notifying
TaskDataListeners that the piece of TaskData named by
name has changed.
-
getName()
- Get the name of the piece of TaskData that changed.
-
getTaskData()
- Get the TaskData that changed.
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.
getName
public String getName()
- Get the name of the piece of TaskData that changed.
- Returns:
- name of the piece of TaskData that changed.
getTaskData
public TaskData getTaskData()
- Get the TaskData that changed.
- Returns:
- the TaskData that changed.
All Packages Class Hierarchy This Package Previous Next Index