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

All Superinterfaces:
Service
All Known Implementing Classes:
AbstractCloseService

public interface CloseService
extends Service

Version:
1.$Revision$
Author:
Thomas Wolf

Method Summary
 boolean requestClose()
          Requests the provider to close (at least) the calling dialog.
 

Method Detail

requestClose

public boolean requestClose()
Requests the provider to close (at least) the calling dialog.

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

Note: If closing is granted, it is likely, that the called was disposed while calling this method. So never run code after calling this method!.