Skip navigation links

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

E17493-03


oracle.ide.panels
Interface ApplyNotifier

All Known Implementing Classes:
NodeTDialogLauncher, TDialogLauncher

public interface ApplyNotifier

An object that implements ApplyNotifier is capable of firing ApplyEvents to registered ApplyListeners.


Method Summary
 void addApplyListener(ApplyListener applyListener)
          Adds an ApplyListener that will be called when the user applies or cancels changes.
 void removeApplyListener(ApplyListener applyListener)
          Removes a previously added ApplyListener so that it no longer receives notification when the user applies or cancels changes.

 

Method Detail

addApplyListener

void addApplyListener(ApplyListener applyListener)
Adds an ApplyListener that will be called when the user applies or cancels changes.

removeApplyListener

void removeApplyListener(ApplyListener applyListener)
Removes a previously added ApplyListener so that it no longer receives notification when the user applies or cancels changes.

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.