Package dev.dsf.fhir.event
Class ResourceCreatedEvent
java.lang.Object
dev.dsf.fhir.event.AbstractEvent
dev.dsf.fhir.event.AbstractEventWithResource
dev.dsf.fhir.event.ResourceCreatedEvent
- All Implemented Interfaces:
Event
-
Constructor Summary
ConstructorsConstructorDescriptionResourceCreatedEvent(Class<? extends org.hl7.fhir.r4.model.Resource> type, org.hl7.fhir.r4.model.Resource resource) -
Method Summary
Methods inherited from class dev.dsf.fhir.event.AbstractEventWithResource
getResourceMethods inherited from class dev.dsf.fhir.event.AbstractEvent
getId, 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
-
ResourceCreatedEvent
public ResourceCreatedEvent(Class<? extends org.hl7.fhir.r4.model.Resource> type, org.hl7.fhir.r4.model.Resource resource)
-