![JAR search and dependency download from the Maven repository](/logo.png)
com.github.edgar615.util.eventbus.EventConsumer Maven / Gradle / Ivy
package com.github.edgar615.util.eventbus;
import java.util.function.BiPredicate;
/**
* Created by Edgar on 2017/4/18.
*
* @author Edgar Date 2017/4/18
*/
public interface EventConsumer {
void consumer(BiPredicate predicate, EventHandler handler);
void consumer(String topic, String resource, EventHandler handler);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy