Package hudson
Class ExtensionListListener
java.lang.Object
hudson.ExtensionListListener
- Direct Known Subclasses:
DownloadService.DownloadableListener
,TransientActionFactory.Cache
ExtensionList
listener.- Since:
- 1.614
- Author:
- tom.fennelly@gmail.com
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExtensionListListener
public ExtensionListListener()
-
-
Method Details
-
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.
-