All Packages Class Hierarchy This Package Previous Next Index
Class com.sgi.sysadm.manager.taskManager.TaskManagerLinkListener
java.lang.Object
|
+----com.sgi.sysadm.manager.taskManager.TaskManagerLinkListener
- public class TaskManagerLinkListener
- extends Object
- implements LinkListener, TaskManagerProperties
The TaskManagerLinkListener is shared by several components of
TaskManager. It is intended to be added to a RichTextComponent and
launch either a Task, Metatask, or Glossary window depending on the
format of the link.
-
TaskManagerLinkListener(HostContext, UIContext)
- Constructor.
-
launchTask(String)
- Launches a Task for the TaskManager
-
linkActivated(LinkEvent)
-
TaskManagerLinkListener
public TaskManagerLinkListener(HostContext hc,
UIContext uic)
- Constructor.
- Parameters:
- hc - HostContext to be associated with the launched
object.
- uic - UIContext to be associated with the launched object.
linkActivated
public void linkActivated(LinkEvent event)
- See Also:
- linkActivated
launchTask
public void launchTask(String target)
- Launches a Task for the TaskManager
All Packages Class Hierarchy This Package Previous Next Index