Package dev.dsf.fhir.event
Class ResourceUpdatedEvent
java.lang.Object
dev.dsf.fhir.event.AbstractEvent
dev.dsf.fhir.event.AbstractEventWithResource
dev.dsf.fhir.event.ResourceUpdatedEvent
- All Implemented Interfaces:
Event
-
Constructor Summary
ConstructorsConstructorDescriptionResourceUpdatedEvent(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
-
ResourceUpdatedEvent
public ResourceUpdatedEvent(Class<? extends org.hl7.fhir.r4.model.Resource> type, org.hl7.fhir.r4.model.Resource resource)
-