Interface Mediator<U>


public interface Mediator<U>
Mediator is used to decouple the communication between the objects and let mediator object to handle the communication between group of objects
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    valueChanged(U element)
     
  • Method Details

    • valueChanged

      void valueChanged(U element)