Uses of Interface
ballWorlds.BallManager

Packages that use BallManager
ballWorlds   
ballWorlds.framework   
 

Uses of BallManager in ballWorlds
 

Subinterfaces of BallManager in ballWorlds
 interface World
          A World contains Balls and can do things on behalf of those Balls (and other objects).
 

Uses of BallManager in ballWorlds.framework
 

Classes in ballWorlds.framework that implement BallManager
 class BallManagerWorld
          An BallManagerWorld provides a thread-safe implementation of BallManager, subject to the CAUTION below.
 class VisibleWorld
          A World manages the Balls that it contains; a VisibleWorld is a World that just displays the balls, without asking them to act.
 class WorldWithManyThreads
          TODO Put here a description of this class: what its objects are and/or do.
 class WorldWithTwoOrThreeThreads
          TODO Put here a description of this class: what its objects are and/or do.