com.sdm.quasar.client.core.dialog
Interface DeactivationCallback
- public interface DeactivationCallback
Notification interface used by
com.sdm.quasar.client.comp.dlgdef.lifecyclectrl.SubDialogControl#activateDialog(DeactivationCallback).
- Version:
- 1.0
- Author:
- Martin Haft, sd&m AG, Thomas Wolf, sd&m AG, Bernd Olleck, sd&m AG
deactivated
public void deactivated(DialogInstanceId diid)
- Notification that the dialog with the given instance id has been deactivated.
Note that this call may happen before
SubDialogControl#activateDialog(DeactivationCallback) has returned.
- Parameters:
diid - the instance id of the dialog