Class FormationSkillDivisionDeleteEvent


public class FormationSkillDivisionDeleteEvent extends DeleteEvent<BOFormationSkillDivision>
Event to delete a BOFormationSkillDivision.
The launcher must provide a valid BOFormationSkillDivision in order to successfully call this event.
The listener deletes all the BOFormationSkillDivision components starting from the event input, i.e. the given BOFormationSkillDivision in which all needed components were previously set.
Since:
17.0
GCApi:
event
Reactors:
BTFormationSkillDivisionDelete(0)
No Spouts
  • Constructor Details

    • FormationSkillDivisionDeleteEvent

      public FormationSkillDivisionDeleteEvent(Long id)
      Instantiates a new formation skill division insert event.
      Parameters:
      id - the id of the BOFormationSkillDivision to delete