Module com.gluonhq.attach.lifecycle
Package com.gluonhq.attach.lifecycle
Primary API package for Attach - Lifecycle plugin,
contains the interface
LifecycleService
and related classes.-
Interface Summary Interface Description LifecycleService The lifecycle service provides a way to listen for events when the application is being paused (put in the background) and resumed (brought back to the foreground). -
Enum Summary Enum Description LifecycleEvent The life cycle events that can be listened to usingLifecycleService
.