com.sdm.quasar.client.core.dialog.lifecycle
Interface LifeCycleListener

All Known Implementing Classes:
DefaultLifeCycleListenerSupport, LifeCycleAdapter

public interface LifeCycleListener

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.

Version:
1.0
Author:
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG

Method Summary
 void lifeCycleStateChanged(DialogInstanceId diid, LifeCycleState state, LifeCycleState previousState, LifeCycleCompletionLevel completionLevel)
          Notification: A dialog has changed from DialogLifeCycleState fromDialogLifeCycleState to
 

Method Detail

lifeCycleStateChanged

public void lifeCycleStateChanged(DialogInstanceId diid,
                                  LifeCycleState state,
                                  LifeCycleState previousState,
                                  LifeCycleCompletionLevel completionLevel)
Notification: A dialog has changed from DialogLifeCycleState fromDialogLifeCycleState to
Parameters:
diid - The instance is of the dialog, that has changed the state
state - the LifeCycleState state
previousState - the previous LifeCycleState
completionLevel - the completion level of the state if in a transition state