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 balancingTransaction)
           
 void handleMessage(org.powertac.common.CashPosition cashPosition)
           
 void handleMessage(org.powertac.common.Competition competition)
           
 void handleMessage(org.powertac.common.DistributionTransaction distributionTransaction)
           
 void handleMessage(org.powertac.common.TariffSpecification tariffSpecification)
           
 void handleMessage(org.powertac.common.TariffTransaction tariffTransaction)
           
 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 cashPosition)

handleMessage

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

handleMessage

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

handleMessage

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


Copyright © 2012 Power TAC. All Rights Reserved.