|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Observer interface for the change of DialogLifeCycleState of dialogs.
The notification in this interface is very detailed with respect to the many situations that happen during dialog the dialog life cycle. Please note that a user of this notification service should be knowledgeable about the complete life cycle od a dialog within the hierarcy of dialogs.
For a less detailed notification use LifeCycleAdapter.
| Method Summary | |
void |
lifeCycleStateChanged(DialogInstanceId diid,
LifeCycleState state,
LifeCycleState previousState,
LifeCycleCompletionLevel completionLevel)
Notification: A dialog has changed from DialogLifeCycleState fromDialogLifeCycleState to
|
| Method Detail |
public void lifeCycleStateChanged(DialogInstanceId diid,
LifeCycleState state,
LifeCycleState previousState,
LifeCycleCompletionLevel completionLevel)
DialogLifeCycleState fromDialogLifeCycleState to
diid - The instance is of the dialog, that has changed the statestate - the LifeCycleState statepreviousState - the previous LifeCycleStatecompletionLevel - the completion level of the state if in a transition state
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||