hla.rti1516
Class MessageRetractionReturn

java.lang.Object
  extended by hla.rti1516.MessageRetractionReturn
All Implemented Interfaces:
Serializable

public final class MessageRetractionReturn
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 MessageRetractionHandle handle
           
 boolean retractionHandleIsValid
           
 
Constructor Summary
MessageRetractionReturn(boolean rhiv, MessageRetractionHandle mrh)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

retractionHandleIsValid

public boolean retractionHandleIsValid

handle

public MessageRetractionHandle handle
Constructor Detail

MessageRetractionReturn

public MessageRetractionReturn(boolean rhiv,
                               MessageRetractionHandle mrh)