Interface Describable.Listener
-
- All Known Implementing Classes:
AbstractRouter
,Router
,Router
- Enclosing interface:
- Describable<D,R>
public static interface Describable.Listener
Interface for listener instances. Any object implementingDescribable
should call thenotifyDescriptorChange()
method for all listeners once every time the API descriptor that it returns is changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyDescriptorChange()
Implement this method to handle changes to API Descriptors.
-