gui.run
Class ResamplingEventQueue

java.lang.Object
  extended by 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


Constructor Summary
ResamplingEventQueue()
           
 
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
 

Constructor Detail

ResamplingEventQueue

public ResamplingEventQueue()
Method Detail

enqueue

public void enqueue(double v)

getValue

public double getValue()

main

public static void main(java.lang.String[] args)