kirk.gui.closer
Interface Finisher


public interface Finisher

This interface is implemented by classes wo want to make use of FinishingClosers for window closing. It provides a way to have your program do things on exit.

Version:
1
Author:
Berend "Kirk" Wouda
See Also:
FinishingCloser

Method Summary
 boolean finish(Window window)
          The method that gets called before a FinishingCloser closes a window.
 

Method Detail

finish

public boolean finish(Window window)
The method that gets called before a FinishingCloser closes a window.

Parameters:
window - The Window that is being closed.
Returns:
true if the calling Window should be closed, false if it should not.