|
|||||||||
| Home >> All >> javax >> ide >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.command
Interface InvokeHandler

- All Known Implementing Classes:
- Controller.NullInvokeHandler
- public interface InvokeHandler
InvokeHandlers are responsible for performing an action in a specific context.
| Method Summary | |
boolean |
invoke(javax.ide.menu.IDEAction action,
Context context)
Invoke the specified action in the specified context. |
| Method Detail |
invoke
public boolean invoke(javax.ide.menu.IDEAction action, Context context)
- Invoke the specified action in the specified context.
|
|||||||||
| Home >> All >> javax >> ide >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC