edu.gatech.cs2335.lemmings.gui
Interface IClickable

All Known Implementing Classes:
GamePlayPanel, LAbstractButton, LTextField

public interface IClickable

Interface IClickable: This interface allows us to say that a certain component is clickable by the mouse.

 Revision History:
     v1.0 (Mar. 14, 2004) - Created the IClickable interface
 

Version:
Version 1.0, Mar. 14, 2004
Author:
Vladimir Urazov

Method Summary
 void registerMouseClick(int button, java.awt.Point coords)
          Registers the click of a mouse button at the specified coordinates.
 

Method Detail

registerMouseClick

public void registerMouseClick(int button,
                               java.awt.Point coords)
Registers the click of a mouse button at the specified coordinates.

Parameters:
button - an int value
coords - a Point value