uwcse.graphics
Interface GWindowEventHandler

All Known Implementing Classes:
GWindowEventAdapter

public interface GWindowEventHandler

Any object that wishes to handle GWindowEvents must implement this interface.


Method Summary
 void keyPressed(GWindowEvent e)
           
 void keyReleased(GWindowEvent e)
           
 void mouseDragged(GWindowEvent e)
           
 void mousePressed(GWindowEvent e)
           
 void mouseReleased(GWindowEvent e)
           
 void timerExpired(GWindowEvent e)
           
 

Method Detail

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)