Class SerializedMaterialInsertEvent


public class SerializedMaterialInsertEvent extends InsertEvent<BOSerializedMaterial>
Event to insert a BOSerializedMaterial.
The launcher must provide a valid BOSerializedMaterial in order to successfully call this event.
The listener inserts all the BOSerializedMaterial components starting from the event input, i.e. the given BOSerializedMaterial in which all needed components were previously set.
Since:
13.0
GCApi:
event
Reactors:
BTSerializedMaterialInsert(0)
No Spouts
  • Constructor Details

    • SerializedMaterialInsertEvent

      public SerializedMaterialInsertEvent(BOSerializedMaterial input)
      Instantiates a new serialized material insert event.
      Parameters:
      input - the BOSerializedMaterial to insert