Uses of Interface
org.apache.maven.plugin.surefire.booterclient.output.ForkedProcessEventListener
-
Packages that use ForkedProcessEventListener Package Description org.apache.maven.plugin.surefire.booterclient.output -
-
Uses of ForkedProcessEventListener in org.apache.maven.plugin.surefire.booterclient.output
Classes in org.apache.maven.plugin.surefire.booterclient.output that implement ForkedProcessEventListener Modifier and Type Class Description private class
ForkClient.AcquireNextTestListener
private class
ForkClient.ByeListener
private class
ForkClient.StopOnNextTestListener
Fields in org.apache.maven.plugin.surefire.booterclient.output with type parameters of type ForkedProcessEventListener Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<ForkedProcessEvent,ForkedProcessEventListener>
ForkedChannelDecoder. controlEventListeners
Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type ForkedProcessEventListener Modifier and Type Method Description void
ForkedChannelDecoder. setAcquireNextTestListener(ForkedProcessEventListener listener)
void
ForkedChannelDecoder. setByeListener(ForkedProcessEventListener listener)
void
ForkedChannelDecoder. setStopOnNextTestListener(ForkedProcessEventListener listener)
-