Module ilusr.core

Interface Callback<T>

  • Type Parameters:
    T - The type of object to pass in the callback function.

    public interface Callback<T>
    Author:
    Jeff Riggle
    • Method Detail

      • execute

        void execute​(T value)
        Parameters:
        value - The value to callback with.