net.commerce.zocalo.ajax.events
Class NewChart

java.lang.Object
  extended by org.apache.log4j.spi.LoggingEvent
      extended by net.commerce.zocalo.ajax.events.Action
          extended by net.commerce.zocalo.ajax.events.NewChart
All Implemented Interfaces:
java.io.Serializable

public class NewChart
extends Action

Event used to notify web pages that a delayed price chart is ready.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.log4j.spi.LoggingEvent
categoryName, fqnOfCategoryClass, level, timeStamp
 
Constructor Summary
NewChart(java.lang.String claimName)
           
 
Method Summary
static org.apache.log4j.Logger getNewChartLogger()
           
 void publishTo(NewChartDispatcher newChartDispatcher)
           
 java.lang.String toLogString()
           
 
Methods inherited from class net.commerce.zocalo.ajax.events.Action
callBackPublish, getRenderedMessage, toString
 
Methods inherited from class org.apache.log4j.spi.LoggingEvent
getFQNOfLoggerClass, getLevel, getLocationInformation, getLogger, getLoggerName, getMDC, getMDCCopy, getMessage, getNDC, getProperties, getProperty, getPropertyKeySet, getStartTime, getThreadName, getThrowableInformation, getThrowableStrRep, getTimeStamp, locationInformationExists, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewChart

public NewChart(java.lang.String claimName)
Method Detail

toLogString

public java.lang.String toLogString()
Specified by:
toLogString in class Action

getNewChartLogger

public static org.apache.log4j.Logger getNewChartLogger()

publishTo

public void publishTo(NewChartDispatcher newChartDispatcher)