com.hlcl.rql.util.as
Interface ConnectionListener


public interface ConnectionListener

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 (accordingly to MVC pattern).

Should be used when a connection between a page and a multi link is changed. This could a connect or a disconnect you want to track.


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

Method Detail

update

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

Throws:
RQLException