Package | Description |
---|---|
org.netbeans.api.intent |
API for working with
Intent s, abstract descriptions of intended
operations. |
Modifier and Type | Method and Description |
---|---|
void |
IntentAction.execute(Callback callback)
Execute the intent action.
|
void |
Intent.execute(Callback callback)
Execute the intent.
|