Uses of Interface
org.eclipse.debug.core.IStreamListener
-
Packages that use IStreamListener Package Description org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. -
-
Uses of IStreamListener in org.eclipse.debug.core.model
Methods in org.eclipse.debug.core.model with parameters of type IStreamListener Modifier and Type Method Description voidIStreamMonitor. addListener(IStreamListener listener)Adds the given listener to this stream monitor's registered listeners.voidIStreamMonitor. removeListener(IStreamListener listener)Removes the given listener from this stream monitor's registered listeners.
-