All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.cornell.mannlib.vitro.webapp.dao.jena.event.BulkUpdateEvent Maven / Gradle / Ivy

/* $This file is distributed under the terms of the license in LICENSE$ */

package edu.cornell.mannlib.vitro.webapp.dao.jena.event;

import edu.cornell.mannlib.vitro.webapp.dao.VitroVocabulary;

public class BulkUpdateEvent extends EditEvent {

	private static final String BULK_UPDATE_EVENT = VitroVocabulary.BULK_UPDATE_EVENT;

	public BulkUpdateEvent(String userURI, boolean begin) {
		super(userURI, begin);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy