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