public static interface BaseActionProvider.Callback2 extends BaseActionProvider.Callback
Modifier and Type | Method and Description |
---|---|
void |
antTargetInvocationFailed(String command,
Lookup context)
Called when the ant target invocation failed.
|
void |
antTargetInvocationFinished(String command,
Lookup context,
int result)
Called after the ant target invocation.
|
void |
antTargetInvocationStarted(String command,
Lookup context)
Called before an ant target is invoked.
|
findClassPath, getProjectSourcesClassPath
void antTargetInvocationStarted(String command, Lookup context)
BaseActionProvider.invokeAction(java.lang.String, org.openide.util.Lookup)
does
not necessarily means call to ant.command
- the command to be invokedcontext
- the invocation contextvoid antTargetInvocationFinished(String command, Lookup context, int result)
BaseActionProvider.invokeAction(java.lang.String, org.openide.util.Lookup)
does not necessarily means call to ant.command
- executed commandcontext
- the invocation contextvoid antTargetInvocationFailed(String command, Lookup context)
BaseActionProvider.invokeAction(java.lang.String, org.openide.util.Lookup)
does
not necessarily means call to ant.command
- failed commandcontext
- the invocation context