hla.rti1516
Interface MessageRetractionHandle

All Superinterfaces:
Serializable

public interface MessageRetractionHandle
extends Serializable

The user can do nothing with these but employ them as keys. Implementers should provide equals, hashCode and toString rather than settling for the defaults.


Method Summary
 boolean equals(Object otherMRHandle)
           
 int hashCode()
           
 String toString()
           
 

Method Detail

equals

boolean equals(Object otherMRHandle)
Overrides:
equals in class Object
Returns:
true if this refers to the same Message as other handle

hashCode

int hashCode()
Overrides:
hashCode in class Object
Returns:
int. All instances that refer to the same Message should return the same hashcode.

toString

String toString()
Overrides:
toString in class Object