com.jetdrone.vertx.yoke.store.json.ChangeAware Maven / Gradle / Ivy
package com.jetdrone.vertx.yoke.store.json;
public interface ChangeAware {
public void notifyChanged(ChangeAwareJsonElement jsonElement);
}
package com.jetdrone.vertx.yoke.store.json;
public interface ChangeAware {
public void notifyChanged(ChangeAwareJsonElement jsonElement);
}