29package com.jogamp.newt.event;
36 this.downstream =
null;
40 this.downstream = downstream;
45 System.err.println(e);
50 System.err.println(e);
55 System.err.println(e);
60 System.err.println(e);
65 System.err.println(e);
70 System.err.println(e);
75 System.err.println(e);
TraceWindowAdapter(final WindowListener downstream)
void windowRepaint(final WindowUpdateEvent e)
Window area shall be repainted.
void windowMoved(final WindowEvent e)
Window has been moved.
void windowResized(final WindowEvent e)
Window is resized, your application shall respect the new window dimension.
void windowGainedFocus(final WindowEvent e)
Window gained focus.
void windowDestroyNotify(final WindowEvent e)
Window destruction has been requested.
void windowLostFocus(final WindowEvent e)
Window lost focus.
void windowDestroyed(final WindowEvent e)
Window has been destroyed.
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.