Interface HasDelegate<T>

  • Type Parameters:
    T - The type of delegate

    public interface HasDelegate<T>
    Defines a service which has a delegate
    Author:
    Christopher Laszczuk
    • Method Detail

      • setDelegate

        void setDelegate​(T delegate)
        Sets the delegate
        Parameters:
        delegate - The delegate