Package icyllis.modernui.core
Interface Handler.Callback
- Enclosing class:
Handler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface you can use when instantiating a Handler to avoid
having to implement your own subclass of Handler.
-
Method Summary
-
Method Details
-
handleMessage
- Parameters:
msg
- AMessage
object- Returns:
- True if no further handling is desired
-