|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This Service is for reactivating
i.e. deiconify or bring to front, sub dialogs.
The Service is supported by a parent dialog
for children to registrate.
A registrated sub dialog will be called to reactivate,
if reactivate(DialogInstanceId)
is triggerd.
| Nested Class Summary | |
static interface |
ReactivationService.ReactivationCallback
This call back is supported by the dialog that register at this service. |
| Method Summary | |
void |
reactivate(DialogInstanceId dialogInstanceId)
When registrated, the specified dialog is called to reactivate itselfe |
void |
registerForReactivation(DialogInstanceId dialogInstanceId,
ReactivationService.ReactivationCallback reactivationCallback)
Register for Reactivation |
void |
unregisterForReactivation(DialogInstanceId dialogInstanceId)
Unregister for Reactivation |
| Method Detail |
public void reactivate(DialogInstanceId dialogInstanceId)
dialogInstanceId - the dialog instance id of the dialog that should reactivate
public void registerForReactivation(DialogInstanceId dialogInstanceId,
ReactivationService.ReactivationCallback reactivationCallback)
dialogInstanceId - the dialog instance id of the registrated dialogreactivationCallback - a call back object, that is called,
when the dialog should reactivatepublic void unregisterForReactivation(DialogInstanceId dialogInstanceId)
dialogInstanceId - the dialog instance id of the unregistrated dialog
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||