Interface ResponseReceiver


  • public interface ResponseReceiver
    An interface for classes which can be given responses. Freeze listeners may implement this to be handed the response before they are run. There is probably no other sensible use for this.
    Author:
    bratseth
    • Method Detail

      • setResponse

        void setResponse​(Response response)