![JAR search and dependency download from the Maven repository](/logo.png)
dev.dsf.fhir.event.ResourceUpdatedEvent Maven / Gradle / Ivy
package dev.dsf.fhir.event;
import org.hl7.fhir.r4.model.Resource;
public class ResourceUpdatedEvent extends AbstractEventWithResource implements Event
{
public ResourceUpdatedEvent(Class extends Resource> type, Resource resource)
{
super(type, resource);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy