net.thefrontside.freestyle.event
Interface MouseEventHandler


public interface MouseEventHandler

Reacts to an event generated by the mouse, such as pressing one of the buttons, or moving the pointer.

MouseEventHandlers are registered with a Component to have their handle() method invoked whenever that Component receives a MouseEvent of a given type.

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

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

Method Detail

handle

public void handle(MouseEvent 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.