ice.ri.enhancedawt.browser.event
Interface ContentLoadingListener
- All Known Implementing Classes:
- StatusContainer
- public interface ContentLoadingListener
* Implementors of this interface will receive events from the content
* loading property changes.
contentLoadingBegin
public void contentLoadingBegin()
contentLoadingEnd
public void contentLoadingEnd()
setContentLoadingProgress
public void setContentLoadingProgress(int done,
int total)
contentLoadingRequest
public void contentLoadingRequest(String url)
contentLoadingConnect
public void contentLoadingConnect()
contentLoadingError
public void contentLoadingError(String message)
contentLoadingStop
public void contentLoadingStop()