Interface IObserver

All Known Implementing Classes:
JDilemme, TournoiFrame

public interface IObserver
This interface is used in order to respect the design patter Observer. It defines the functionnement of the object that will be notify by a observable
Since:
3.0
  • Method Summary

    Modifier and Type Method Description
    void notifier()
    Action made by the Observer when the Observeable notify it
  • Method Details

    • notifier

      void notifier()
      Action made by the Observer when the Observeable notify it
      Since:
      3.0