Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.command
Interface InvokeHandler  view InvokeHandler download InvokeHandler.java

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.