public interface FlightSearchCallback
Modifier and Type | Method and Description |
---|---|
void |
onFlightSearchError(java.lang.Error error) |
void |
onFlightSearchSuccess(java.util.List<Flight> flights) |
void onFlightSearchSuccess(java.util.List<Flight> flights)
void onFlightSearchError(java.lang.Error error)