Uses of Interface
org.eclipse.jface.util.IOpenEventListener
Packages that use IOpenEventListener
Package
Description
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
-
Uses of IOpenEventListener in org.eclipse.jface.util
Methods in org.eclipse.jface.util with parameters of type IOpenEventListenerModifier and TypeMethodDescriptionvoid
OpenStrategy.addOpenListener
(IOpenEventListener listener) Adds an IOpenEventListener to the collection of openEventListenersvoid
OpenStrategy.removeOpenListener
(IOpenEventListener listener) Removes an IOpenEventListener to the collection of openEventListeners