Class MobileErrorLogDeleteEvent


public class MobileErrorLogDeleteEvent extends DeleteEvent<BOMobileErrorLog>
Event to delete a BOMobileErrorLog.
The launcher must provide the ID of a valid BOMobileErrorLog in order to successfully call this event.
The listener deletes the requested BOMobileErrorLog starting from the event input, i.e. the given ID of BOMobileErrorLog.
Since:
18.0
GCApi:
event
Reactors:
BTMobileErrorLogDelete(0)
No Spouts
  • Constructor Details

    • MobileErrorLogDeleteEvent

      public MobileErrorLogDeleteEvent(Long id)
      Constructor
      Parameters:
      id - the ID of the mobile error log to delete
      Throws:
      IllegalArgumentException - if id is null