uwcse.graphics
Interface GWindowEventHandler
- All Known Implementing Classes:
- GWindowEventAdapter
- public interface GWindowEventHandler
Any object that wishes to handle GWindowEvents must implement this
interface.
keyPressed
public void keyPressed(GWindowEvent e)
keyReleased
public void keyReleased(GWindowEvent e)
mouseDragged
public void mouseDragged(GWindowEvent e)
mousePressed
public void mousePressed(GWindowEvent e)
mouseReleased
public void mouseReleased(GWindowEvent e)
timerExpired
public void timerExpired(GWindowEvent e)