com.hlcl.rql.util.as
Interface PageListener


public interface PageListener

Author:
lejafr This class defines the Interface between a business object and the JSP to show a progress while a long recursively scan is running in the business object.

Method Summary
 void update(Page currentPage)
          Implementing this method you can decide what in the view will change (the visualization).
 

Method Detail

update

void update(Page currentPage)
            throws RQLException
Implementing this method you can decide what in the view will change (the visualization).

Throws:
RQLException