Project Wonder 5.0

er.extensions.appserver
Interface IERXRefreshPage


public interface IERXRefreshPage

A useful interface that can be used in WOComponent pages to indicate that the page is able to refresh its data. An example of usage might be where an action on a page that implements this interface dispatches a background task. The background task in turn modifies the EOEnterpriseObject that is displayed on the original page. However the EOEnterpriseObject is modified in a different EOObjectStore. The long response logic might check for this interface and call it before returning to the original page to ensure that changes to the EOEnterpriseObject are refreshed to reflect the changes that were made in the background task.

Author:
kieran

Method Summary
 void refresh()
           
 

Method Detail

refresh

void refresh()

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.