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

All Known Subinterfaces:
DialogControl, SubDialogControl, SubDialogLifeCycleController
All Known Implementing Classes:
DefaultDialogControl, DefaultDialogInstanceController, DefaultSubDialogControl, DefaultSubDialogLifeCycleController

public interface LifeCycleStateProvider

Provides a LifeCycleState. Dialogs and subdialogs provide their lifecycle states to their users and so implement this interface.

Version:
1.$Revision$
Author:
Thomas Wolf

Method Summary
 LifeCycleState getLifeCycleState()
           
 

Method Detail

getLifeCycleState

public LifeCycleState getLifeCycleState()
Returns:
the life cycle state of this dialog