Package hudson
Class ExtensionListListener
- java.lang.Object
-
- hudson.ExtensionListListener
-
- Direct Known Subclasses:
DownloadService.DownloadableListener
public abstract class ExtensionListListener extends Object
ExtensionList
listener.- Since:
- 1.614
- Author:
- tom.fennelly@gmail.com
-
-
Constructor Summary
Constructors Constructor Description ExtensionListListener()
-
-
-
Method Detail
-
onChange
public abstract void onChange()
ExtensionList
contents has changed.This would be called when an entry gets added to or removed from the list for any reason e.g. when a dynamically loaded plugin introduces a new
ExtensionPoint
implementation that adds an entry to theExtensionList
being listened to.
-
-