All Packages Class Hierarchy This Package Previous Next Index
Interface com.sgi.sysadm.manager.taskManager.TaskManagerPlugin
- public interface TaskManagerPlugin
TaskManagerPlugin is the base interface that must be implemented by objects
that wish to be launched or displayed by TaskManager.
-
initTaskManagerPlugin(HostContext, UIContext)
- initTaskManagerPlugin() will be called when TaskManager loads
the plugin.
initTaskManagerPlugin
public abstract void initTaskManagerPlugin(HostContext hc,
UIContext uic)
- initTaskManagerPlugin() will be called when TaskManager loads
the plugin. Subclasses need only store these values for later
use.
- Parameters:
- hc - The HostContext of the plugin, from TaskManager.
- uic - The UIContext of TaskManager, which can be used for
setting the busy cursor while the plugin is running.
All Packages Class Hierarchy This Package Previous Next Index