eteg.sinon.listener
Interface PageStateListener


public interface PageStateListener

Interface implemented by classes that receive page state notifications. Implementations of this interface must have a public, static method named getInstance that returns an instance of the class.

Version:
$Revision: 1.3 $
Author:
Thiago H. de Paula Figueiredo, Last modified by $Author: thiagohp $

Method Summary
 void onStateChange(Page page, PageState state, CatalogStateListener catalogStateListener, CollectorExecutor executor)
          Invoked when the state of a listened page changes.
 

Method Detail

onStateChange

void onStateChange(Page page,
                   PageState state,
                   CatalogStateListener catalogStateListener,
                   CollectorExecutor executor)
Invoked when the state of a listened page changes.

Parameters:
page - the Page which had its state changed.
state - the new PageState.
catalogStateListener - the current CatalogStateListener.
executor - the CollectorExecutor being executed.


Copyright © 2004-2005 ETEG Internet Ltda.. All Rights Reserved.