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

net.yapbam.data.event.URIChangedEvent Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
package net.yapbam.data.event;

import net.yapbam.data.GlobalData;

/** This event event is sent when the URI where the data is saved changes.
 * @see GlobalData#getURI()
 */
public class URIChangedEvent extends DataEvent {
	/** Constructor.
	 * @param data the GlobalData instance on which the changed occured.
	 */
	public URIChangedEvent(GlobalData data) {
		super(data);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy