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.
- Since:
- 2.00
- Version:
- 2.10
- Author:
- Berend "Kirk" Wouda
- See Also:
FinishingCloser
|
Method Summary |
boolean |
finish(Window window)
The method that gets called before a FinishingCloser closes
a window. |
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.