Uses of Interface
org.apache.maven.surefire.extensions.EventHandler
Packages that use EventHandler
-
Uses of EventHandler in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions with parameters of type EventHandlerModifier and TypeMethodDescriptionabstract voidForkChannel.bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, ReadableByteChannel stdOut) Starts a Thread reading the events. -
Uses of EventHandler in org.apache.maven.surefire.extensions.util
Constructors in org.apache.maven.surefire.extensions.util with parameters of type EventHandlerModifierConstructorDescriptionLineConsumerThread(String threadName, ReadableByteChannel channel, EventHandler<String> eventHandler, CountdownCloseable countdownCloseable) LineConsumerThread(String threadName, ReadableByteChannel channel, EventHandler<String> eventHandler, CountdownCloseable countdownCloseable, Charset encoding)