Modifier and Type | Method | Description |
---|---|---|
void |
Button.onClick(Command scl) |
Same as @see CS2114.Button.onClick(Object, String) except uses a listener
object of type Command.
|
void |
ClickAction.onClick(Command scl) |
onClick - third version of this method, this one uses a listener object
of type Command.
|
void |
Shape.onClick(Command scl) |
onClick third version of this method, this one uses a listener object of
type Command.
|
void |
Widget.onClick(Command scl) |
|
void |
Shape.onTimer(int interval,
Command cmd) |
Animate this Object.
|