Improved comment for clicked() in BasicGUIComponent
[Mograsim.git] / LogicUI / src / era / mi / components / gui / BasicGUIComponent.java
index db586a2..47479b1 100644 (file)
@@ -18,6 +18,7 @@ public interface BasicGUIComponent
        public Rectangle getBounds();\r
        /**\r
         * Called when this component is clicked. Relative coordinates of the click are given.\r
+        * Returns true if this component has to be redrawn.\r
         */\r
        public default boolean clicked(double x, double y)\r
        {\r