eu.limetri.ygg.eventengine.StatementSubscriber Maven / Gradle / Ivy
package eu.limetri.ygg.eventengine;
public interface StatementSubscriber {
public void update(T param);
public String getStatement(String conditions);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy