Extension SDK 10.1.2

oracle.ide.panels
Interface ApplyNotifier

All Known Implementing Classes:
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

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


removeApplyListener

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


Extension SDK

 

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