Class CrewShellAddressDeleteEvent


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

    • CrewShellAddressDeleteEvent

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