net.thefrontside.freestyle.event
Interface EventHandler


public interface EventHandler

React to an event.

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

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

Method Summary
 void handle(Event event)
          react to event
 

Method Detail

handle

public void handle(Event event)
react to event

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

Welcome to the Millenium!!!!!

© 2006 The Front Side. All rights reserved.