net.commerce.zocalo.ajax.dispatch
Class BidUpdateDispatcher

java.lang.Object
  extended by net.commerce.zocalo.ajax.dispatch.Dispatcher
      extended by net.commerce.zocalo.ajax.dispatch.BidUpdateDispatcher

public class BidUpdateDispatcher
extends Dispatcher

marshal events that represent changes to the active bids displayed in the stripchart.


Field Summary
static java.lang.String BID_UPTDATE_TOPIC_URI
           
 
Constructor Summary
BidUpdateDispatcher(org.mortbay.cometd.AbstractBayeux bayeux, Book book, TimingUpdater timingUpdater)
           
 
Method Summary
 void publish()
          publish an update on current prices
 
Methods inherited from class net.commerce.zocalo.ajax.dispatch.Dispatcher
buildChannelName, getClient, publishEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BID_UPTDATE_TOPIC_URI

public static final java.lang.String BID_UPTDATE_TOPIC_URI
See Also:
Constant Field Values
Constructor Detail

BidUpdateDispatcher

public BidUpdateDispatcher(org.mortbay.cometd.AbstractBayeux bayeux,
                           Book book,
                           TimingUpdater timingUpdater)
Method Detail

publish

public void publish()
publish an update on current prices