public interface SearchServiceListener<T>
void
onFailure(Throwable t)
onResult(T result)
void onResult(T result)
void onFailure(Throwable t)
Copyright © 2009–2015. All rights reserved.