org.powertac.visualizer.services.handlers
Class BrokerMessageHandler

java.lang.Object
  extended by org.powertac.visualizer.services.handlers.BrokerMessageHandler
All Implemented Interfaces:
Initializable

@Service
public class BrokerMessageHandler
extends Object
implements Initializable


Constructor Summary
BrokerMessageHandler()
           
 
Method Summary
 void handleMessage(org.powertac.common.BalancingTransaction bt)
           
 void handleMessage(org.powertac.common.CashPosition msg)
           
 void handleMessage(org.powertac.common.Competition competition)
           
 void handleMessage(org.powertac.common.DistributionTransaction msg)
           
 void handleMessage(org.powertac.common.TariffSpecification tariffSpecification)
           
 void handleMessage(org.powertac.common.TariffTransaction msg)
           
 void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerMessageHandler

public BrokerMessageHandler()
Method Detail

initialize

public void initialize()
Specified by:
initialize in interface Initializable

handleMessage

public void handleMessage(org.powertac.common.Competition competition)

handleMessage

public void handleMessage(org.powertac.common.TariffSpecification tariffSpecification)

handleMessage

public void handleMessage(org.powertac.common.CashPosition msg)

handleMessage

public void handleMessage(org.powertac.common.TariffTransaction msg)

handleMessage

public void handleMessage(org.powertac.common.DistributionTransaction msg)

handleMessage

public void handleMessage(org.powertac.common.BalancingTransaction bt)


Copyright © 2013 Power TAC. All Rights Reserved.