35package com.jogamp.newt.event;
37import com.jogamp.nativewindow.WindowClosingProtocol;
NEWT Window events are provided for notification purposes ONLY.
NEWT WindowEvent listener.
void windowRepaint(WindowUpdateEvent e)
Window area shall be repainted.
void windowMoved(WindowEvent e)
Window has been moved.
void windowResized(WindowEvent e)
Window is resized, your application shall respect the new window dimension.
void windowDestroyNotify(WindowEvent e)
Window destruction has been requested.
void windowGainedFocus(WindowEvent e)
Window gained focus.
void windowDestroyed(WindowEvent e)
Window has been destroyed.
void windowLostFocus(WindowEvent e)
Window lost focus.