Class NextAuction

java.lang.Object
  extended byNextAuction

public class NextAuction
extends java.lang.Object

wrapper class used to pass next auction event to partipating users and resources


Constructor Summary
NextAuction(boolean x)
          Creates a new instance of NextAuction
 
Method Summary
 boolean get()
           
 double gettime()
           
 void settime(double time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NextAuction

public NextAuction(boolean x)
Creates a new instance of NextAuction

Method Detail

get

public boolean get()

settime

public void settime(double time)

gettime

public double gettime()