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

E17493-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

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

E17493-01

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