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

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

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

public class NeedToBeSavedChangedEvent extends DataEvent {

	public NeedToBeSavedChangedEvent(Object data) {
		super(data);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy