org.eclipse.cdt.debug.internal.ui.views.disassembly
Interface IDisassemblyListener
- All Known Implementing Classes:
- DisassemblyView
public interface IDisassemblyListener
A disassembly listener is notified when the storage
retrieval operation for given stack frame is completed.
Method Summary |
void |
inputComputed(ICStackFrame frame,
org.eclipse.core.runtime.IStatus status,
org.eclipse.ui.IEditorInput input)
Notifies this listener that the input is computed. |
inputComputed
void inputComputed(ICStackFrame frame,
org.eclipse.core.runtime.IStatus status,
org.eclipse.ui.IEditorInput input)
- Notifies this listener that the input is computed.
- Parameters:
frame
- the stack frame.status
- the result status.input
- the resulting editor input.
null
if status is not OK.