Class AgentMsgHelpers.MsgIntWrapper

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

public class AgentMsgHelpers.MsgIntWrapper
extends java.lang.Object
implements IMsg

Exists solely for testing purposes


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

Field Detail

m_nVal

public int m_nVal
Constructor Detail

AgentMsgHelpers.MsgIntWrapper

public AgentMsgHelpers.MsgIntWrapper(int n)
Method Detail

makeCopy

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