Class InterventionResourceInsertEvent


public class InterventionResourceInsertEvent extends InsertEvent<BOInterventionResource>
Represents an event that is triggered when an BOInterventionResource is inserted. The input parameter for this event is of type BOInterventionResource.
Since:
18.0
GCApi:
event
Reactors:
BTInterventionResourceInsert(0)
No Spouts
  • Constructor Details

    • InterventionResourceInsertEvent

      public InterventionResourceInsertEvent(BOInterventionResource input)
      Represents an event that is triggered when an BOInterventionResource is inserted.
      Parameters:
      input - the intervention resource to be inserted