SearchResultListener class abstract

Interface for callbacks on search events.

Constructors

SearchResultListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAllResultsClear() → void
Called before all results are cleared.
onPresentedResultsUpdate() → void
Called when presented results are updated and thus search results list can change.
onSearchError(Error error, RequestType requestType) → void
Called on any search error.
onSearchStart(RequestType requestType) → void
Called when the search starts.
onSearchSuccess(RequestType requestType) → void
Called after a succesful search.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited