plugin
Interface IObserver

All Known Implementing Classes:
MainWinController

public interface IObserver

An interface which can be implemented by any part of the application. It enables the application to react to events from a configuration panel implementing IObservedPanel.

Author:
Hannes
See Also:
IObservedPanel

Method Summary
 void getItems()
          A function called when the plugins getItems functions should be called.
 void reDraw()
          A function called when the plugins items should be re-anaylized.
 

Method Detail

getItems

void getItems()
A function called when the plugins getItems functions should be called.

See Also:
IArcPlugin.getItems()

reDraw

void reDraw()
A function called when the plugins items should be re-anaylized.