com.sdm.quasar.client.core.dialogbase.services
Interface ActivationService

All Superinterfaces:
Service
All Known Implementing Classes:
AbstractActivationService

public interface ActivationService
extends Service

A service, that allows a child to get activated or deactivated.

Version:
1.$Revision$
Author:
Thomas Wolf

Method Summary
 boolean requestActivate()
          Request to be activated by the dialog managing the calling dialog.
 boolean requestDeactivate()
          Request to be deactivated by the dialog managing the calling dialog.
 

Method Detail

requestActivate

public boolean requestActivate()
Request to be activated by the dialog managing the calling dialog.

Returns:
true if the request has been (or will be shortly) granted, false otherwise

requestDeactivate

public boolean requestDeactivate()
Request to be deactivated by the dialog managing the calling dialog.

Returns:
true if the request has been (or will be shortly) granted, false otherwise