![JAR search and dependency download from the Maven repository](/logo.png)
com.carrotsearch.ant.tasks.junit4.events.IEvent Maven / Gradle / Ivy
The newest version!
package com.carrotsearch.ant.tasks.junit4.events;
/**
* An event/ message passed between the forked JVM and the main JVM.
*/
public interface IEvent {
EventType getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy