com.sdm.quasar.client.core.dialogbase.features
Class DeactivationCallbackHelper

java.lang.Object
  extended bycom.sdm.quasar.client.core.dialogbase.features.DeactivationCallbackHelper

public class DeactivationCallbackHelper
extends java.lang.Object

A simple helper class, that calls a DeactivationCallback when a dialog with a given id is deactivated. Needs a DialogControl of the current dialog in order to work.

Version:
1.$Revision$
Author:
Thomas Wolf

Constructor Summary
DeactivationCallbackHelper(DeactivationCallback deactivationCallback, DialogInstanceId diid, DialogControl dialogControl)
          Creates a new DeactivationCallbackHelper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeactivationCallbackHelper

public DeactivationCallbackHelper(DeactivationCallback deactivationCallback,
                                  DialogInstanceId diid,
                                  DialogControl dialogControl)
Creates a new DeactivationCallbackHelper.

Parameters:
deactivationCallback - the DeactivationCallback to get called when deactivated
diid - the DialogInstanceId for the dialog to listen for
dialogControl - the DialogControl to act on