Package org.drinkless.tdlib
Interface Client.ResultHandler
-
- Enclosing class:
- Client
public static interface Client.ResultHandlerInterface for handler for results of queries to TDLib and incoming updates from TDLib.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonResult(TdApi.Object object)Callback called on result of query to TDLib or incoming update from TDLib.
-
-
-
Method Detail
-
onResult
void onResult(TdApi.Object object)
Callback called on result of query to TDLib or incoming update from TDLib.- Parameters:
object- Result of query or update of type TdApi.Update about new events.
-
-