Package dev.dsf.fhir.event
Class ResourceDeletedEvent
java.lang.Object
dev.dsf.fhir.event.AbstractEvent
dev.dsf.fhir.event.ResourceDeletedEvent
- All Implemented Interfaces:
Event
-
Constructor Summary
ConstructorsConstructorDescriptionResourceDeletedEvent(Class<? extends org.hl7.fhir.r4.model.Resource> type, String id) -
Method Summary
Methods inherited from class dev.dsf.fhir.event.AbstractEvent
getId, getResource, getResourceTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.dsf.fhir.event.Event
getId, getResource, getResourceType
-
Constructor Details
-
ResourceDeletedEvent
-