Interface WindowManagementCallback

  • All Known Implementing Classes:
    WindowManager

    public interface WindowManagementCallback

    An interface that describes the necessary methods needed for common window management. An application may need to centrally manage the process of opening and closing new windows, as well as requests to end the program. This interface facilitates that capability.

    Since:
    2.0
    Author:
    Mark Collette