Uses of Interface
org.eclipse.jface.util.IOpenEventListener
-
Packages that use IOpenEventListener Package Description org.eclipse.jface.util 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 IOpenEventListener Modifier and Type Method Description void
OpenStrategy. addOpenListener(IOpenEventListener listener)
Adds an IOpenEventListener to the collection of openEventListenersvoid
OpenStrategy. removeOpenListener(IOpenEventListener listener)
Removes an IOpenEventListener to the collection of openEventListeners
-