Class AStrategy
public abstract class
AStrategy
extends Object
An abstract strategy used to update the state of a ball during the animation.
doAction
(ABall)
doAction
public abstract void doAction(ABall b)
Parameters:
aBall -