|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Invokable interface can be used to identify a class as being capable of being "invoked" by the IDE. Wizards are one example of a type of class that the IDE might invoke.
Wizard| Method Summary | |
boolean |
invoke(Context context,
java.lang.String[] params)
Invokes the object, usually called by the IDE. |
| Method Detail |
public boolean invoke(Context context,
java.lang.String[] params)
context - the context of the invocation.params - optional arguments from the invoker
true if the invocation was successful,
false if it failed, or was aborted.Context
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.