package com.mareksebera.simpledilbert.utilities; public interface GetStripUrlInterface { void displayImage(String url); void imageLoadFailed(String url, Throwable reason); }