|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.web3d.browser.DownloadProgressListener
An implemenetion of the URI progress listener for putting messages to various parts of the screen.
| Constructor Summary | |
DownloadProgressListener(javax.swing.JLabel status,
ErrorReporter rep)
Create a new listener that puts information in these diferent places. |
|
| Method Summary | |
void |
connectionEstablished(org.ietf.uri.event.ProgressEvent evt)
A connection to the resource has been established. |
void |
downloadEnded(org.ietf.uri.event.ProgressEvent evt)
The download has ended. |
void |
downloadError(org.ietf.uri.event.ProgressEvent evt)
An error has occurred during the download. |
void |
downloadStarted(org.ietf.uri.event.ProgressEvent evt)
The download has started. |
void |
downloadUpdate(org.ietf.uri.event.ProgressEvent evt)
The download has updated its status. |
void |
handshakeInProgress(org.ietf.uri.event.ProgressEvent evt)
The header information reading and handshaking is taking place. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DownloadProgressListener(javax.swing.JLabel status,
ErrorReporter rep)
status - The status label to write torep - The place for error messages| Method Detail |
public void connectionEstablished(org.ietf.uri.event.ProgressEvent evt)
connectionEstablished in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.public void handshakeInProgress(org.ietf.uri.event.ProgressEvent evt)
handshakeInProgress in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.public void downloadStarted(org.ietf.uri.event.ProgressEvent evt)
downloadStarted in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.public void downloadUpdate(org.ietf.uri.event.ProgressEvent evt)
downloadUpdate in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.public void downloadEnded(org.ietf.uri.event.ProgressEvent evt)
downloadEnded in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.public void downloadError(org.ietf.uri.event.ProgressEvent evt)
downloadError in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||