Groovy Documentation

griffon.javafx
[Java] Class WindowManager.OnWindowHidingHelper

java.lang.Object
  griffon.javafx.WindowManager.OnWindowHidingHelper
All Implemented Interfaces:
javafx.event.EventHandler

private class WindowManager.OnWindowHidingHelper

WindowAdapter that invokes hide() when the window is about to be closed.

Authors:
Andres Almiray


Constructor Summary
WindowManager.OnWindowHidingHelper()

 
Method Summary
void handle(javafx.stage.WindowEvent event)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

WindowManager.OnWindowHidingHelper

WindowManager.OnWindowHidingHelper()


 
Method Detail

handle

public void handle(javafx.stage.WindowEvent event)


 

Groovy Documentation