net.thefrontside.freestyle.event
Interface KeyEventHandler


public interface KeyEventHandler

React to a KeyEvent generated by user input to the keyboard.

Event handlers are registered with a Component to have their handle() method invoked when that Component receives a key event of a given type..

See Also:
Component, http://www.thefrontside.net/freestyle/architecture/events

Method Summary
 void handle(KeyEvent event)
          Executes when event occurs.
 

Method Detail

handle

public void handle(KeyEvent event)
Executes when event occurs.

Parameters:
event - the event which caused this handler to be invoked.

Welcome to the Millenium!!!!!

© 2006 The Front Side. All rights reserved.