Interface Observer<O>


public interface Observer<O>
Observer is used to define one-to-many dependency between objects which are interested in the state of object
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • updated

      void updated(O o)