public static interface MethodChooser.ReleaseListener
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.Modifier and Type | Method and Description |
---|---|
void |
released(boolean performAction)
Called on the method selection mode finish.
|
void released(boolean performAction)
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