Skip navigation links

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

E17493-03


oracle.javatools.editor
Interface ActionPostInvoker

All Known Implementing Classes:
AbstractEditingPlugin

public interface ActionPostInvoker

The ActionPostInvoker is used to listen for completed editor actions immediately after they complete - this gives plugins a chance to do some subsequent, such as formatting after inserting a new line. This ensures that these operations can be performed before another key event is processed.

Note that this notification will be provided ONLY for completed actions. Also note that key typed actions are not currently routed through this mechanism.

See Also:
BasicEditorPane, ActionHookInvoker

Method Summary
 void invokedAction(java.lang.String actionKey)
          Notifies the listener that the given action, denoted by the key, was just invoked and completed successfully.

 

Method Detail

invokedAction

void invokedAction(java.lang.String actionKey)
Notifies the listener that the given action, denoted by the key, was just invoked and completed successfully.
Parameters:
actionKey - the published key for the action

Skip navigation links

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

E17493-03


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