Interface TrackObservable

All Known Implementing Classes:
LorenzoTrack, Track

public interface TrackObservable
  • Method Summary

    Modifier and Type Method Description
    void notifyTrackUpdate​(TrackUpdate msg)
    Notify the model observers that Lorenzo moved on the track Along with the notification sends the proper update Object as further explained in project documentation
  • Method Details

    • notifyTrackUpdate

      void notifyTrackUpdate​(TrackUpdate msg)
      Notify the model observers that Lorenzo moved on the track Along with the notification sends the proper update Object as further explained in project documentation
      Parameters:
      msg - the update object representing a track update