public abstract class ExtensionListListener extends Object
ExtensionList listener.| Constructor and Description |
|---|
ExtensionListListener() |
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 the ExtensionList being listened to.
Copyright © 2019. All rights reserved.