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

quark.concurrent.Event Maven / Gradle / Ivy

There is a newer version: 2.0.37
Show newest version
/* Quark 1.0.452 run at 2016-11-10 18:39:58.222591 */
package quark.concurrent;

/**
 * The contract between event implementations and Collector
 */
public interface Event {
    public static quark.reflect.Class quark_concurrent_Event_ref = datawire_mdk_md.Root.quark_concurrent_Event_md;
     EventContext getContext();
     void fireEvent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy