Improved comment for clicked() in BasicGUIComponent
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 15 May 2019 09:57:39 +0000 (11:57 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 15 May 2019 09:57:39 +0000 (11:57 +0200)
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