Interface DesktopTaskListener

All Superinterfaces:
EventListener

public interface DesktopTaskListener extends EventListener
Listener interface for receiving DesktopTask assigment events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a DesktopTask was assigned to a plugin component.
  • Method Details

    • onDesktopTaskAssigned

      void onDesktopTaskAssigned(DesktopTask task)
      Invoked when a DesktopTask was assigned to a plugin component.
      Parameters:
      task - the DesktopTask assigned to the plugin component.