Class AStrategy


public abstract class AStrategy
extends Object
An abstract strategy used to update the state of a ball during the animation.


Method Index

 o doAction (ABall)

Methods

 o doAction
public abstract void doAction(ABall b)
Parameters:
aBall -