Interface Callback<T>


public interface Callback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(T object)