Uses of Interface
org.eclipse.debug.core.IStreamListener
Packages that use IStreamListener
Package
Description
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 IStreamListenerModifier and TypeMethodDescriptionvoidIStreamMonitor.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.