Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.debug.internal.ui.launchConfigurations
Interface AbstractLaunchConfigurationAction.IConfirmationRequestor  view AbstractLaunchConfigurationAction.IConfirmationRequestor download AbstractLaunchConfigurationAction.IConfirmationRequestor.java

All Known Implementing Classes:
DeleteLaunchConfigurationAction.Confirmation
Enclosing interface:
AbstractLaunchConfigurationAction

public static interface AbstractLaunchConfigurationAction.IConfirmationRequestor

Allows a requestor to abort this action.


Method Summary
 boolean getConfirmation()
          Returns whether this action should proceed.
 

Method Detail

getConfirmation

public boolean getConfirmation()
Returns whether this action should proceed. Confirmation is requested when an action is run.