public interface IUpdateStrategy
Modifier and Type | Method and Description |
---|---|
void |
updateState(Ball context,
Dispatcher disp)
Abstract method to update the state of a ball
|
void updateState(Ball context, Dispatcher disp)
context
- The ball to updatedisp
- The dispatcher to use if necessary