Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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
11g Release 2 (11.1.2.3.0)

E17493-04


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