Class SearchCallable.Listener
-
- All Implemented Interfaces:
public abstract class SearchCallable.Listener
-
-
Field Summary
Fields Modifier and Type Field Description private final String
searchString
-
Constructor Summary
Constructors Constructor Description SearchCallable.Listener(String searchString)
-
Method Summary
Modifier and Type Method Description final String
getSearchString()
abstract Unit
onSearchComplete(ArrayList<SearchItemViewModel> searchItemViewModels)
String
toString()
Boolean
equals(Object other)
Integer
hashCode()
-
-
Constructor Detail
-
SearchCallable.Listener
SearchCallable.Listener(String searchString)
-
-
Method Detail
-
getSearchString
final String getSearchString()
-
onSearchComplete
abstract Unit onSearchComplete(ArrayList<SearchItemViewModel> searchItemViewModels)
-
-
-
-