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 Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • setResponse

      void setResponse(Response response)