Uses of Class
eteg.sinon.executor.PageState

Packages that use PageState
eteg.sinon.executor   
eteg.sinon.listener   
 

Uses of PageState in eteg.sinon.executor
 

Fields in eteg.sinon.executor declared as PageState
static PageState PageState.AFTER_PROCESSING
          Constant that defines the state of a page before after download and processing.
static PageState PageState.BEFORE_DOWNLOAD
          Constant that defines the state of a page before its processing begins.
static PageState PageState.BEFORE_PROCESSING
          Constant that defines the state of a page before its download.
static PageState PageState.FINISHED
          Constant that defines the state of a page before after all its actions were executed.
 

Uses of PageState in eteg.sinon.listener
 

Methods in eteg.sinon.listener with parameters of type PageState
 void PageStateListener.onStateChange(Page page, PageState state, CatalogStateListener catalogStateListener, CollectorExecutor executor)
          Invoked when the state of a listened page changes.
 



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