com.sdm.quasar.client.core.dialogbase.services
Interface ReactivationService.ReactivationCallback

Enclosing interface:
ReactivationService

public static interface ReactivationService.ReactivationCallback

This call back is supported by the dialog that register at this service. It will be called, when the dialog is requested to reactivate (deiconity or bring to front)

Author:
Martin Haft

Method Summary
 void reactivate()
          Call back method: the dialog is requested to reactivate (deiconity or bring to front)
 

Method Detail

reactivate

public void reactivate()
Call back method: the dialog is requested to reactivate (deiconity or bring to front)