- onClick(Command) - Method in class cs2.Button
-
Same as @see CS2114.Button.onClick(Object, String) except uses a listener
object of type Command.
- onClick(Command) - Method in interface cs2.ClickAction
-
onClick - third version of this method, this one uses a listener object
of type Command.
- onClick(Command) - Method in class cs2.Shape
-
onClick third version of this method, this one uses a listener object of
type Command.
- onClick(Command) - Method in class cs2.Widget
-
- onClick(Object) - Method in class cs2.Button
-
Sets up the handler for what to do when this button is clicked.
- onClick(Object) - Method in interface cs2.ClickAction
-
onClick - sets up the handler for what to do when this button is clicked.
- onClick(Object) - Method in class cs2.Widget
-
- onClick(Object, String) - Method in class cs2.Button
-
Specifies the method to call in the parameter.
- onClick(Object, String) - Method in interface cs2.ClickAction
-
onClick - another version of callOnClick, this one specifies the method
to call in the parameter.
- onClick(Object, String) - Method in class cs2.Shape
-
- onClick(Object, String) - Method in class cs2.Widget
-
- onTimer(int, Command) - Method in class cs2.Shape
-
Animate this Object.
- onTimer(int, Object, String) - Method in class cs2.Shape
-
Animate this object.