Interface Observer


public interface Observer
This interface represents a Observer of the Observer Pattern.
Author:
Dominik Fuchss
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Will be invoked when the observer shall get it's update.
  • Method Details

    • update

      void update()
      Will be invoked when the observer shall get it's update.