
io.higgs.events.Event Maven / Gradle / Ivy
package io.higgs.events;
/**
* @author Courtney Robinson
*/
public interface Event {
String name();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package io.higgs.events;
/**
* @author Courtney Robinson
*/
public interface Event {
String name();
}