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 classForkClient.AcquireNextTestListenerprivate classForkClient.ByeListenerprivate classForkClient.StopOnNextTestListenerFields 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. controlEventListenersMethods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type ForkedProcessEventListener Modifier and Type Method Description voidForkedChannelDecoder. setAcquireNextTestListener(ForkedProcessEventListener listener)voidForkedChannelDecoder. setByeListener(ForkedProcessEventListener listener)voidForkedChannelDecoder. setStopOnNextTestListener(ForkedProcessEventListener listener)
-