Flight Club


flightclub.client
Class LiftManager

java.lang.Object
  |
  +--flightclub.client.LiftManager
All Implemented Interfaces:
ClockObserver

public class LiftManager
extends java.lang.Object
implements ClockObserver

This class implements a lift manager which keeps track of which gliders are under clouds.


Field Summary
 java.util.Vector clouds
           
 java.util.Vector gliders
           
 
Constructor Summary
LiftManager(ModelViewer modelViewer)
           
 
Method Summary
 void tick(float t, float dt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clouds

public java.util.Vector clouds

gliders

public java.util.Vector gliders
Constructor Detail

LiftManager

public LiftManager(ModelViewer modelViewer)
Method Detail

tick

public void tick(float t,
                 float dt)
Specified by:
tick in interface ClockObserver

Dan Burton <danb@dircon.co.uk> | latest update: 20 Sep 2002;