Uses of Interface
hudson.remoting.EngineListener
Packages that use EngineListener
-
Uses of EngineListener in hudson.remoting
Classes in hudson.remoting that implement EngineListenerModifier and TypeClassDescriptionclass
Adapter class forEngineListener
to shield subtypes from future callback additions.class
EngineListener
that distributes callbacks.Fields in hudson.remoting declared as EngineListenerFields in hudson.remoting with type parameters of type EngineListenerModifier and TypeFieldDescriptionprotected final List<EngineListener>
EngineListenerSplitter.listeners
Methods in hudson.remoting with parameters of type EngineListenerModifier and TypeMethodDescriptionvoid
EngineListenerSplitter.add
(EngineListener el) void
Engine.addListener
(EngineListener el) void
EngineListenerSplitter.remove
(EngineListener el) void
Engine.removeListener
(EngineListener el) Constructors in hudson.remoting with parameters of type EngineListener
Engine.events
.