public
static
interface
Handler.Callback
| android.os.Handler.Callback |
Callback interface you can use when instantiating a Handler to avoid having to implement your own subclass of Handler.
Public methods | |
|---|---|
abstract
boolean
|
handleMessage(Message msg)
|
boolean handleMessage (Message msg)
| Parameters | |
|---|---|
msg |
Message
|
| Returns | |
|---|---|
boolean |
|