Class CrewShellSkillDeleteEvent


public class CrewShellSkillDeleteEvent extends DeleteEvent<Void>
Event to delete a BOCrewShellSkill object.
The launcher must provide a valid Long value representing the id of an existing BOCrewShellSkill object in order to successfully call this event.
Since:
16.0
GCApi:
event
Reactors:
BTCrewShellSkillDelete(0)
No Spouts
  • Constructor Details

    • CrewShellSkillDeleteEvent

      public CrewShellSkillDeleteEvent(Long input)
      Instantiates a new DeleteEvent object in order to delete a BOCrewShellSkill object.
      Parameters:
      input - a Long value that represents the id of the BOCrewShellSkill object to be deleted