Uses of Interface
org.jvnet.hudson.reactor.ReactorListener
-
-
Uses of ReactorListener in org.jvnet.hudson.reactor
Classes in org.jvnet.hudson.reactor that implement ReactorListener Modifier and Type Class Description static classReactorListener.AggregatorBundles multiple listeners into one.Fields in org.jvnet.hudson.reactor declared as ReactorListener Modifier and Type Field Description static ReactorListenerReactorListener. NOOPMethods in org.jvnet.hudson.reactor with parameters of type ReactorListener Modifier and Type Method Description voidReactor. execute(Executor e, ReactorListener listener)Executes this initialization session with the given executor.Constructor parameters in org.jvnet.hudson.reactor with type arguments of type ReactorListener Constructor Description Aggregator(Collection<ReactorListener> listeners)
-