Uses of Interface
hicosim.control.utils.IStatisticObserver

Packages that use IStatisticObserver
hicosim.components.frontend   
hicosim.control.utils   
 

Uses of IStatisticObserver in hicosim.components.frontend
 

Classes in hicosim.components.frontend that implement IStatisticObserver
 class MainWindow
           
 

Uses of IStatisticObserver in hicosim.control.utils
 

Methods in hicosim.control.utils with parameters of type IStatisticObserver
 void Statistics.deleteObserver(IStatisticObserver oldObserver)
          deleteObservers - deletes observer
 void IStatistic.deleteObserver(IStatisticObserver oldObserver)
           
 void Statistics.registerObserver(IStatisticObserver newObserver)
          registerObservers - registers new observers who want to be informed on changes of comands
 void IStatistic.registerObserver(IStatisticObserver newObserver)