KinematicSimulator
Class SimulatorModel

java.lang.Object
  |
  +--KinematicSimulator.SimulatorModel
All Implemented Interfaces:
ModelListener

public class SimulatorModel
extends java.lang.Object
implements ModelListener

This class stores the ball information for displaying the window.


Constructor Summary
SimulatorModel(ViewerListener listener)
           
 
Method Summary
 java.util.Vector GetBallList()
           
 void SetViewerListener(ViewerListener listener)
           
 void SimulationOccurred()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulatorModel

public SimulatorModel(ViewerListener listener)
Method Detail

SimulationOccurred

public void SimulationOccurred()
Specified by:
SimulationOccurred in interface ModelListener

SetViewerListener

public void SetViewerListener(ViewerListener listener)

GetBallList

public java.util.Vector GetBallList()