Interface GWindowEventHandler

public interface GWindowEventHandler

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

Version:
$Id: GWindowEventHandler.java,v 1.4 2001/05/18 02:52:46 administrator Exp $
Author:
Ben Dugan

Method Detail

mousePressed

public void mousePressed(GWindowEvent e)

mouseReleased

public void mouseReleased(GWindowEvent e)

timerExpired

public void timerExpired(GWindowEvent e)

keyPressed

public void keyPressed(GWindowEvent e)

keyReleased

public void keyReleased(GWindowEvent e)