uwcse.graphics
Class GWindowEventAdapter
java.lang.Object
|
+--uwcse.graphics.GWindowEventAdapter
- All Implemented Interfaces:
- GWindowEventHandler
- public class GWindowEventAdapter
- extends java.lang.Object
- implements GWindowEventHandler
A basic adapter for GWindow event that defines empty methods
for each of the interface's methods. Subclasses can override just
the ones they are interested in. (For advanced use.)
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GWindowEventAdapter
public GWindowEventAdapter()
keyPressed
public void keyPressed(GWindowEvent e)
- Specified by:
keyPressed in interface GWindowEventHandler
keyReleased
public void keyReleased(GWindowEvent e)
- Specified by:
keyReleased in interface GWindowEventHandler
mouseDragged
public void mouseDragged(GWindowEvent e)
- Specified by:
mouseDragged in interface GWindowEventHandler
mousePressed
public void mousePressed(GWindowEvent e)
- Specified by:
mousePressed in interface GWindowEventHandler
mouseReleased
public void mouseReleased(GWindowEvent e)
- Specified by:
mouseReleased in interface GWindowEventHandler
timerExpired
public void timerExpired(GWindowEvent e)
- Specified by:
timerExpired in interface GWindowEventHandler