net.sourceforge.java.feednread.frontend.components.tabbar
Class InternalBrowser.ProgressHandler
java.lang.Object
net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser.ProgressHandler
- All Implemented Interfaces:
- EventListener, ProgressListener, SWTEventListener
- Enclosing class:
- InternalBrowser
- private class InternalBrowser.ProgressHandler
- extends Object
- implements ProgressListener
|
Method Summary |
void |
changed(ProgressEvent event)
This method is called when a progress is made during the loading of
the current location.
|
void |
completed(ProgressEvent event)
This method is called when the current location has been completely
loaded.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalBrowser.ProgressHandler
private InternalBrowser.ProgressHandler()
changed
public void changed(ProgressEvent event)
This method is called when a progress is made during the loading of
the current location.
- Specified by:
changed in interface ProgressListener
- Parameters:
event - the ProgressEvent triggered
completed
public void completed(ProgressEvent event)
This method is called when the current location has been completely
loaded.
- Specified by:
completed in interface ProgressListener
- Parameters:
event - the ProgressEvent triggered