Class AgentMsgHelpers.NullMsg

java.lang.Object
  extended by AgentMsgHelpers.NullMsg
All Implemented Interfaces:
IMsg
Enclosing class:
AgentMsgHelpers

public static class AgentMsgHelpers.NullMsg
extends java.lang.Object
implements IMsg

Empty message class.


Constructor Summary
AgentMsgHelpers.NullMsg()
           
 
Method Summary
 AgentMsgHelpers.NullMsg makeCopy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentMsgHelpers.NullMsg

public AgentMsgHelpers.NullMsg()
Method Detail

makeCopy

public AgentMsgHelpers.NullMsg makeCopy()
Specified by:
makeCopy in interface IMsg