public class GWindowEventAdapter extends java.lang.Object implements GWindowEventHandler
Constructor and Description |
---|
GWindowEventAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
keyPressed(GWindowEvent e) |
void |
keyReleased(GWindowEvent e) |
void |
mouseDragged(GWindowEvent e) |
void |
mousePressed(GWindowEvent e) |
void |
mouseReleased(GWindowEvent e) |
void |
timerExpired(GWindowEvent e) |
public void mousePressed(GWindowEvent e)
mousePressed
in interface GWindowEventHandler
public void mouseReleased(GWindowEvent e)
mouseReleased
in interface GWindowEventHandler
public void mouseDragged(GWindowEvent e)
mouseDragged
in interface GWindowEventHandler
public void timerExpired(GWindowEvent e)
timerExpired
in interface GWindowEventHandler
public void keyPressed(GWindowEvent e)
keyPressed
in interface GWindowEventHandler
public void keyReleased(GWindowEvent e)
keyReleased
in interface GWindowEventHandler