Package com.sdm.quasar.client.core.dialog.lifecycle

Interface Summary
LifeCycle Represents the life cycle within a dialog.
LifeCycleControl Allows implementors of LifeCycle to attach to the lifecycle of the dialog.
LifeCycleListener Observer interface for the change of DialogLifeCycleState of dialogs.
LifeCycleListenerSupport Provides registration and unregistration for observers of the dialog life cycle.
LifeCycleStateProvider Provides a LifeCycleState.
SubDialogLifeCycleController This is a control interface for the lifecycle of a concrete child-dialog of the dialog acting for.
 

Class Summary
LifeCycleAdapter A LifeCycleListener implementation, that adapts the fine-grained lifecycle notifications to more coarse event methods, that may be overwritten by implementors.
LifeCycleCompletionLevel Typesafe enum: represents the states of completion while a lifecycle transition is made.
LifeCycleState Typesafe enum: represents the states that a dialog may be in.