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

cn.kduck.core.event.EventPublisher Maven / Gradle / Ivy

Go to download

The core of the K-Duck development framework encompasses all the featured components of the framework.

There is a newer version: 2.0.0
Show newest version
package cn.kduck.core.event;

public interface EventPublisher {

    void publish(Event event);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy