oracle.ide.panels
Interface ApplyNotifier
- All Known Implementing Classes:
- TDialogLauncher
- public interface ApplyNotifier
An object that implements ApplyNotifier
is capable of firing ApplyEvent
s to registered ApplyListener
s.
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.
Copyright © 1997, 2004, Oracle. All rights reserved.