public interface IApplicationHandler
Modifier and Type | Method and Description |
---|---|
boolean |
handleMobileAppClosing(Window target,
int eventFlags)
This is called when a CLOSE message is sent to a mobile application.
|
boolean handleMobileAppClosing(Window target, int eventFlags)
target
- the target window.eventFlags
- the flags for the CLOSE event.