Callback
interface Callback
Callback interface you can use when instantiating a Handler to avoid having to implement your own subclass of Handler.
Summary
Public methods
handleMessage
abstract fun handleMessage(msg: Message): Boolean
Return |
Boolean |
True if no further handling is desired |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.