Interface ModelObserver


public interface ModelObserver
The ModelObserver interface is implemented by classes that want to observe changes in a model.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when the model changes.
  • Method Details

    • update

      void update()
      This method is called when the model changes.