org.netbeans.spi.debugger.ui/1 2.27.1

org.netbeans.spi.debugger.ui
Interface MethodChooser.ReleaseListener

Enclosing class:
MethodChooser

public static interface MethodChooser.ReleaseListener

An instance of MethodChooser.ReleaseListener can be registered using MethodChooser.addReleaseListener(org.netbeans.spi.debugger.ui.MethodChooser.ReleaseListener). It is notified when the selection mode finishes (e.g. if the user confirms the current selection). The selection mode finishes whenever MethodChooser.releaseUI(boolean) is called.


Method Summary
 void released(boolean performAction)
          Called on the method selection mode finish.
 

Method Detail

released

void released(boolean performAction)
Called on the method selection mode finish.

Parameters:
performAction - true means that the current selection has been confirmed and the proper action (Step Into) is expected to be performed, false means that the method chooser has been cancelled

org.netbeans.spi.debugger.ui/1 2.27.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.