Package org.eclipse.net4j.util.options
Interface IOptions
- All Superinterfaces:
INotifier
Encapsulates a set of notifying configuration options.
- Since:
- 2.0
- Author:
- Victor Roldan Betancort
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.INotifier2
-
Method Summary
Modifier and TypeMethodDescriptionReturns the container of this options object.Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Method Details
-
getContainer
IOptionsContainer getContainer()Returns the container of this options object.
-