TCI 1.1 RTF Avatar
  1. OMG Issue

TCI11 — Issue: SelectionEvent takes a single Entity parameter

  • Key: TCI11-35
  • Legacy Issue Number: 17001
  • 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).

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