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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ExtensionListListenerpublic ExtensionListListener()
 
- 
- 
Method Details- 
onChangepublic abstract void onChange()ExtensionListcontents 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 ExtensionPointimplementation that adds an entry to theExtensionListbeing listened to.
 
-