net.sourceforge.jasa.report
Class HistoricalDataReport.SortedView

java.lang.Object
  extended by java.util.Observable
      extended by net.sourceforge.jasa.report.HistoricalDataReport.SortedView
All Implemented Interfaces:
java.util.Observer
Enclosing class:
HistoricalDataReport

public class HistoricalDataReport.SortedView
extends java.util.Observable
implements java.util.Observer

a class providing sorted lists of shouts.

 

Constructor Summary
HistoricalDataReport.SortedView()
           
 
Method Summary
 void destroy()
           
 TreeList getSortedAcceptedAsks()
           
 TreeList getSortedAcceptedBids()
           
 TreeList getSortedAsks()
           
 TreeList getSortedBids()
           
 TreeList getSortedRejectedAsks()
           
 TreeList getSortedRejectedBids()
           
 void reset()
           
 void resetIfNeeded()
           
 void update(java.util.Observable o, java.lang.Object arg)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoricalDataReport.SortedView

public HistoricalDataReport.SortedView()
Method Detail

destroy

public void destroy()

reset

public void reset()

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Specified by:
update in interface java.util.Observer

resetIfNeeded

public void resetIfNeeded()

getSortedAsks

public TreeList getSortedAsks()

getSortedBids

public TreeList getSortedBids()

getSortedAcceptedAsks

public TreeList getSortedAcceptedAsks()

getSortedAcceptedBids

public TreeList getSortedAcceptedBids()

getSortedRejectedAsks

public TreeList getSortedRejectedAsks()

getSortedRejectedBids

public TreeList getSortedRejectedBids()