Skip navigation links
net.sf.jguiraffe.gui.builder.window

Interface WindowClosingStrategy

    • Method Detail

      • canClose

        boolean canClose(Window window)
        Checks if the window can be closed. An implementation can perform any necessary operation to find out if closing the window at this moment is allowed. Only if true is returned, the window will be closed; otherwise it will remain open.
        Parameters:
        window - a reference to the associated window
        Returns:
        a flag whether the window can be closed

Copyright © 2016 The JGUIraffe Team. All rights reserved.