TCI 1.1 RTF Avatar
  1. OMG Issue

TCI11 — SelectionEvent takes a single Entity parameter

  • Key: TCI11-20
  • Legacy Issue Number: 17051
  • Status: open  
  • Source: SimVentions ( Mr. Matthew Wilson)
  • Summary:

    A translation error occurred from the java PSM to the specification source files. This should be a Collection or List of Entity objects, rather than a single Entity. The affected methods are:
    • Constructor
    • getEntities
    To ensure the integrity of the event object, the internally stored Collection or List should be unmodifiable. This can be easily achieved by copying the List and invoking Collections.unmodifiableList(source).

    Resolution:
    Update the Java PSM class methods to take/return a Collection<Entity> respectively.

    Revised Text:

    There is no modification necessary to the text of the specification. Java PSM files only.

  • Reported: TCI 1.0b2 — Thu, 26 Jan 2012 05:00 GMT
  • Updated: Wed, 1 Feb 2023 21:57 GMT