Class OssMatrixUpdateEvent


public class OssMatrixUpdateEvent extends UpdateEvent<BOOssMatrix>
Event to update a BOOssMatrix.
The launcher must provide a valid BOOssMatrix in order to successfully call this event.
The listener updates the BOOssMatrix starting from the event input.
Since:
22.0
GCApi:
event
Reactors:
BTOssMatrixUpdate(0)
No Spouts
  • Constructor Details

    • OssMatrixUpdateEvent

      public OssMatrixUpdateEvent(BOOssMatrix input)
      Instantiates a new OSS matrix update event.
      Parameters:
      input - the BOOssMatrix to update