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.


Constructor Index

 o TaskManagerLinkListener(HostContext, UIContext)
Constructor.

Method Index

 o launchTask(String)
Launches a Task for the TaskManager
 o linkActivated(LinkEvent)

Constructors

 o 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.

Methods

 o linkActivated
 public void linkActivated(LinkEvent event)
See Also:
linkActivated
 o launchTask
 public void launchTask(String target)
Launches a Task for the TaskManager


All Packages  Class Hierarchy  This Package  Previous  Next  Index