Interface ChangeListener<E>


public interface ChangeListener<E>
Author:
Alexey Stashok
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    changed(E result)
     
  • Method Details

    • changed

      void changed(E result)