Interface MoveForwardObserver

All Known Implementing Classes:
LorenzoTrack, Track

public interface MoveForwardObserver
It's used together with MoveForwardObservable to notify a track that have to move their faith marker
  • Method Summary

    Modifier and Type Method Description
    int getTrackPosition()  
    void update()
    When the observable class changes it's state notify the observer calling this method
  • Method Details

    • update

      void update()
      When the observable class changes it's state notify the observer calling this method
    • getTrackPosition

      int getTrackPosition()