Interface IWindowCloseHandler


public interface IWindowCloseHandler
A handler that can be inserted into the context of the application or a particular window to determine whether the window should be closed or not.
Since:
1.0
Restriction:
This interface is not intended to be referenced by clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    close(MWindow window)
     
  • Method Details

    • close

      boolean close(MWindow window)