Module hla.rti1516e
Package hla.rti1516e

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

    Modifier and Type
    Method
    Description
    boolean
    equals(Object otherMRHandle)
     
    int
     
     
  • Method Details

    • 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