public interface OwClientRefreshContext extends EventListener
Interface to refresh objects and display data.
Mainly used by the function plugins to inform their clients of changed objects, which have to be updated.
See OwUpdateCodes
as well.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Method and Description |
---|---|
void |
onClientRefreshContextUpdate(int iReason_p,
Object param_p)
call client and cause it to refresh its display data
|
void onClientRefreshContextUpdate(int iReason_p, Object param_p) throws Exception
iReason_p
- int reason as defined in OwUpdateCodesparam_p
- Object optional parameter representing the refresh, depends on the value of iReason_p, can be nullException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.