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

com.carrotsearch.ant.tasks.junit4.events.IEvent Maven / Gradle / Ivy

package com.carrotsearch.ant.tasks.junit4.events;

/**
 * An event/ message passed between the forked JVM and the master.
 */
public interface IEvent {
  EventType getType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy