Groovy Documentation

griffon.javafx
[Java] Class WindowManager.OnWindowShownHelper

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

private class WindowManager.OnWindowShownHelper

Listener that triggers application events when a window is shown.

Authors:
Andres Almiray


Constructor Summary
WindowManager.OnWindowShownHelper()

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

Triggers a WindowShown event with the window as sole argument

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

Constructor Detail

WindowManager.OnWindowShownHelper

WindowManager.OnWindowShownHelper()


 
Method Detail

handle

public void handle(javafx.stage.WindowEvent windowEvent)
Triggers a WindowShown event with the window as sole argument


 

Groovy Documentation