Interface Callback<T>


public interface Callback<T>
  • Method Summary

    Modifier and Type Method Description
    void receive​(T obj)