org.powertac.visualizer.services.handlers
Class CustomerMessageHandler

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

@Service
public class CustomerMessageHandler
extends Object
implements Initializable


Constructor Summary
CustomerMessageHandler()
           
 
Method Summary
 void handleMessage(org.powertac.common.Competition competition)
           
 void handleMessage(org.powertac.common.msg.CustomerBootstrapData data)
           
 void handleMessage(org.powertac.common.TariffTransaction transaction)
           
 void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerMessageHandler

public CustomerMessageHandler()
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.TariffTransaction transaction)

handleMessage

public void handleMessage(org.powertac.common.msg.CustomerBootstrapData data)


Copyright © 2013 Power TAC. All Rights Reserved.