Package android.os
Interface Handler.Callback
-
- Enclosing class:
- Handler
public static interface Handler.CallbackCallback interface you can use when instantiating a Handler to avoid having to implement your own subclass of Handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandleMessage(Message msg)
-
-
-
Method Detail
-
handleMessage
boolean handleMessage(Message msg)
-
-