Class DeleteEvent<O>

Type Parameters:
O - the deleted object class

@Deprecated(since="16.0", forRemoval=true) public class DeleteEvent<O> extends SimpleBusinessEvent<Long,O>
Deprecated, for removal: This API element is subject to removal in a future version.
General business event that permits to delete an object of <I> type using his id.
The launcher must provide a Long object in order to successfully call this event.
The delete have no result.
Since:
9.2
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • DeleteEvent

      public DeleteEvent(Long input)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Instantiates a new insert event for <I> object.
      Parameters:
      input - the prepared object to delete