Uses of Interface
hudson.remoting.EngineListener
Packages that use EngineListener
-
Uses of EngineListener in hudson.remoting
Classes in hudson.remoting that implement EngineListenerModifier and TypeClassDescriptionclassAdapter class forEngineListenerto shield subtypes from future callback additions.classEngineListenerthat distributes callbacks.Fields in hudson.remoting declared as EngineListenerFields in hudson.remoting with type parameters of type EngineListenerModifier and TypeFieldDescriptionprotected final List<EngineListener>EngineListenerSplitter.listenersMethods in hudson.remoting with parameters of type EngineListenerModifier and TypeMethodDescriptionvoidEngineListenerSplitter.add(EngineListener el) voidEngine.addListener(EngineListener el) voidEngineListenerSplitter.remove(EngineListener el) voidEngine.removeListener(EngineListener el) Constructors in hudson.remoting with parameters of type EngineListener
Engine.events.