|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.dialog.lifecycle.LifeCycleAdapter
A LifeCycleListener implementation, that adapts the fine-grained
lifecycle notifications to more coarse event methods, that may be overwritten
by implementors.
| Constructor Summary | |
LifeCycleAdapter()
Creates a new LifeCycleAdapter. |
|
| Method Summary | |
void |
activated(DialogInstanceId diid)
Listener Method for the dialog has been activated |
void |
created(DialogInstanceId diid)
Listener Method for the dialog has been created |
void |
deactivated(DialogInstanceId diid)
Listener Method for the dialog has been deactivated |
void |
disposed(DialogInstanceId diid)
Listener Method for the dialog has been disposed |
void |
lifeCycleStateChanged(DialogInstanceId diid,
LifeCycleState state,
LifeCycleState previousState,
LifeCycleCompletionLevel completionLevel)
Notification: A dialog has changed from DialogLifeCycleState fromDialogLifeCycleState to
|
void |
prepared(DialogInstanceId diid)
Listener Method for the dialog has been prepared |
void |
released(DialogInstanceId diid)
Listener Method for the dialog has been released |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LifeCycleAdapter()
LifeCycleAdapter.
| Method Detail |
public void lifeCycleStateChanged(DialogInstanceId diid,
LifeCycleState state,
LifeCycleState previousState,
LifeCycleCompletionLevel completionLevel)
LifeCycleListenerDialogLifeCycleState fromDialogLifeCycleState to
lifeCycleStateChanged in interface LifeCycleListenerdiid - 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 stateLifeCycleListener.lifeCycleStateChanged(com.sdm.quasar.client.core.dialog.DialogInstanceId, com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState, com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState, com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleCompletionLevel)public void created(DialogInstanceId diid)
diid - Instance Id of the dialog that has been createdpublic void prepared(DialogInstanceId diid)
diid - Instance Id of the dialog that has been preparedpublic void activated(DialogInstanceId diid)
diid - Instance Id of the dialog that has been activatedpublic void deactivated(DialogInstanceId diid)
diid - Instance Id of the dialog that has been deactivatedpublic void released(DialogInstanceId diid)
diid - Instance Id of the dialog that has been releasedpublic void disposed(DialogInstanceId diid)
diid - Instance Id of the dialog that has been disposed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||