org.eclipse.cdt.debug.internal.ui
Class QuestionStatusHandler

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.ui.QuestionStatusHandler
All Implemented Interfaces:
org.eclipse.debug.core.IStatusHandler

public class QuestionStatusHandler
extends java.lang.Object
implements org.eclipse.debug.core.IStatusHandler

Displays the confirmation dialog.


Constructor Summary
QuestionStatusHandler()
           
 
Method Summary
 java.lang.Object handleStatus(org.eclipse.core.runtime.IStatus status, java.lang.Object source)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionStatusHandler

public QuestionStatusHandler()
Method Detail

handleStatus

public java.lang.Object handleStatus(org.eclipse.core.runtime.IStatus status,
                                     java.lang.Object source)
                              throws org.eclipse.core.runtime.CoreException
Specified by:
handleStatus in interface org.eclipse.debug.core.IStatusHandler
Throws:
org.eclipse.core.runtime.CoreException