public interface IBallCmd
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Ball context,
Dispatcher disp)
The method run by the ball's update method which is called when the ball is updated by the dispatcher.
|
void apply(Ball context, Dispatcher disp)
context - The ball that is calling this method. The context under which the command is to be run.disp - TODO