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

com.jetdrone.vertx.yoke.store.json.ChangeAware Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.jetdrone.vertx.yoke.store.json;

public interface ChangeAware {

	public void notifyChanged(ChangeAwareJsonElement jsonElement);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy