Skip navigation links

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

E52944-01


oracle.ide.palette
Interface Invokable

All Known Subinterfaces:
PaletteEditor, PaletteInvokable

public interface Invokable

Classes implementing this interface can be invoked from the component palette.


Method Summary
 boolean invoke(Context context, java.lang.String[] params)
          Invokes the object.

 

Method Detail

invoke

boolean invoke(Context context,
               java.lang.String[] params)
Invokes the object.
Parameters:
context - the context of the invocation.
params - optional arguments from the invoker
Returns:
true if the invocation was successful, false if it failed, or was aborted.
See Also:
Context

Skip navigation links

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

E52944-01


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