Uses of Interface
org.eclipse.zest.layouts.interfaces.ContextListener
Packages that use ContextListener
- 
Uses of ContextListener in org.eclipse.zest.layouts.interfacesClasses in org.eclipse.zest.layouts.interfaces that implement ContextListenerMethods in org.eclipse.zest.layouts.interfaces with parameters of type ContextListenerModifier and TypeMethodDescriptionvoidLayoutContext.addContextListener(ContextListener listener) Adds a listener to the context that will be notified about changes related to its configuration.voidLayoutContext.removeContextListener(ContextListener listener) Removes a context listener from this context.