All Downloads are FREE. Search and download functionalities are using the official Maven repository.

twitter4j.HttpResponseListener Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package twitter4j;

/**
 * @author Andrew Hedges - andrew.hedges at gmail.com
 */
public interface HttpResponseListener {

    void httpResponseReceived(HttpResponseEvent event);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy