Interface TaskWindowChangeListener

All Superinterfaces:
EventListener

public interface TaskWindowChangeListener extends EventListener
Listener interface for receiving TaskWindow change events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the TaskWindow of a DesktopTask changes.
  • Method Details

    • onTaskWindowChanged

      void onTaskWindowChanged(TaskWindow window)
      Invoked when the TaskWindow of a DesktopTask changes.
      Parameters:
      window - the new TaskWindow of the DesktopTask.