Uses of Interface
org.eclipse.debug.core.IBinaryStreamListener
Packages that use IBinaryStreamListener
Package
Description
Defines interfaces for debug model elements, source lookup, and launching.
-
Uses of IBinaryStreamListener in org.eclipse.debug.core.model
Methods in org.eclipse.debug.core.model with parameters of type IBinaryStreamListenerModifier and TypeMethodDescriptionvoidIBinaryStreamMonitor.addBinaryListener(IBinaryStreamListener listener) Adds the given listener to this stream monitor's registered listeners.voidIBinaryStreamMonitor.removeBinaryListener(IBinaryStreamListener listener) Removes the given listener from this stream monitor's registered listeners.