com.wewebu.ow.server.app
Interface OwClientRefreshContext

All Superinterfaces:
EventListener

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


Method Summary
 void onClientRefreshContextUpdate(int iReason_p, Object param_p)
          call client and cause it to refresh its display data
 

Method Detail

onClientRefreshContextUpdate

void onClientRefreshContextUpdate(int iReason_p,
                                  Object param_p)
                                  throws Exception
call client and cause it to refresh its display data

Parameters:
iReason_p - int reason as defined in OwUpdateCodes
param_p - Object optional parameter representing the refresh, depends on the value of iReason_p, can be null
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.