Interface Callback<R,P>


public interface Callback<R,P>
  • Method Summary

    Modifier and Type
    Method
    Description
    callback(P parameter)
     
  • Method Details

    • callback

      R callback(P parameter)