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