Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

javax.ide.command
Interface InvokeHandler


public interface InvokeHandler

InvokeHandlers are responsible for performing an action in a specific context.


Method Summary
 boolean invoke(IDEAction action, Context context)
          Invoke the specified action in the specified context.
 

Method Detail

invoke

boolean invoke(IDEAction action,
               Context context)
Invoke the specified action in the specified context.

Parameters:
action - the action to invoke.
context - the context in which to invoke the action.
Returns:
true if the action was invoked by this handler.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.