Interface TaskComponent

All Known Implementing Classes:
SingleResultTaskComponent, TableMultiResultTaskComponent, TableResultTaskComponent

public interface TaskComponent
Component that displays a task.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the component that should be added to the task area.
    void
    start(Node node, JComponent validationComponent)
    Called just after the component has been added.
    void
    Called just before the component is removed.
    void
    Called just after the systems alert level is changed.
  • Method Details

    • getComponent

      JComponent getComponent()
      Gets the component that should be added to the task area.
    • start

      void start(Node node, JComponent validationComponent)
      Called just after the component has been added.
    • stop

      void stop()
      Called just before the component is removed.
    • systemsAlertLevelChanged

      void systemsAlertLevelChanged(AlertLevel systemsAlertLevel)
      Called just after the systems alert level is changed.