Package org.powertac.common.msg
Class VisualizerStatusRequest
java.lang.Object
org.powertac.common.msg.VisualizerStatusRequest
public class VisualizerStatusRequest extends Object
Message sent by a remote visualizer to check status of a server.
If the server is alive, it will respond by returning the message
(or another message indistinguishable from the original).
- Author:
- John Collins
-
Constructor Summary
Constructors Constructor Description VisualizerStatusRequest() -
Method Summary
-
Constructor Details
-
VisualizerStatusRequest
public VisualizerStatusRequest()
-