
net.yapbam.data.event.URIChangedEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yapbam-commons Show documentation
Show all versions of yapbam-commons Show documentation
Commons Yapbam classes used by desktop and Android versions.
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