gui.run
Class ResamplingEventQueue
java.lang.Object
   gui.run.ResamplingEventQueue
gui.run.ResamplingEventQueue
- public class ResamplingEventQueue 
- extends java.lang.Object
Copyright 2007, DocJava, Inc.
 User: dlyon
 Date: Mar 13, 2007
 Time: 12:46:23 PM
 
| Method Summary | 
|  void | enqueue(double v)
 | 
|  double | getValue()
 | 
| static void | main(java.lang.String[] args)
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ResamplingEventQueue
public ResamplingEventQueue()
enqueue
public void enqueue(double v)
- 
 
getValue
public double getValue()
- 
 
main
public static void main(java.lang.String[] args)
-