com.github.rahulsom.grooves.api.EventApplyOutcome Maven / Gradle / Ivy
package com.github.rahulsom.grooves.api;
/**
* The result of applying an event.
*
* @author Rahul Somasunderam
*/
public enum EventApplyOutcome {
RETURN, CONTINUE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy