| org.netbeans.modules.search.DialogLifetime
All known Subclasses: org.netbeans.modules.search.SearchTypePanel,
DialogLifetime | public interface DialogLifetime (Code) | | Interface for dialogs that want to track dialog lifetime events.
Namely OKs and Cancels. This is necessary for modal dialogs
author: Ondrej Rypacek (rypacek@netbeans.org) |
Method Summary | |
public void | onCancel() Called when a dialog is closed with the Cancel button. | public void | onOk() Called when a dialog is closed with the OK button. |
onCancel | public void onCancel()(Code) | | Called when a dialog is closed with the Cancel button.
|
onOk | public void onOk()(Code) | | Called when a dialog is closed with the OK button.
|
|
|