Uses of Interface
plugin.IObserver

Packages that use IObserver
plugin Contains a number of provided plugins (as sub-packages) and some interfaces. 
plugin.midi MIDI plugin. 
plugin.text Text plugin. 
program   
 

Uses of IObserver in plugin
 

Methods in plugin with parameters of type IObserver
 void IObservedPanel.addObserver(IObserver observer)
          Adds an observer.
 

Uses of IObserver in plugin.midi
 

Methods in plugin.midi with parameters of type IObserver
 void MidiPanel.addObserver(IObserver observer)
           
 

Uses of IObserver in plugin.text
 

Methods in plugin.text with parameters of type IObserver
 void TextPanel.addObserver(IObserver observer)
           
 

Uses of IObserver in program
 

Classes in program that implement IObserver
 class MainWinController