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

eu.limetri.ygg.eventengine.StatementSubscriber Maven / Gradle / Ivy

There is a newer version: 0.28
Show newest version
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