|
org.netbeans.modules.java.api.common/0 1.37 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface BaseActionProvider.Callback2
Callback for accessing project private data and supporting ant invocation hooks.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.netbeans.modules.java.api.common.project.BaseActionProvider.Callback |
|---|
findClassPath, getProjectSourcesClassPath |
| Method Detail |
|---|
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 context
void 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 context
void 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
|
org.netbeans.modules.java.api.common/0 1.37 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||