Extension SDK 10.1.2

oracle.ide.addin
Interface Observer

All Known Subinterfaces:
Editor, EditorFrame, FlatEditor
All Known Implementing Classes:
AbstractDatabase, AbstractDerivedLibrary, AbstractEditor, AbstractFlatEditor, AbstractPinnable, ApplicationFilter, Applications, CmtComponentManager, CompilerPage, JAXRPCJavaModel, JCompiler, Project, VCSSingleSaveObserver

public interface Observer

Observe interface defines the notification API through which interested observers are notified of subject changes. In general, classes that are interested in being notified of state changes in subjects they reference should implement the Observer interface.

See Also:
UpdateMessage

Method Summary
 void update(java.lang.Object observed, UpdateMessage change)
          Notification message.
 

Method Detail

update

public void update(java.lang.Object observed,
                   UpdateMessage change)
Notification message. Subjects call this method when they notify their observers that the subjects state has changed.

Parameters:
observed - the subject whose state has changed.
change - what has changed.

Extension SDK

 

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