ProgressAdapter

This adapter class provides default implementations for the methods described by the {@link ProgressListener} interface. <p> Classes that wish to deal with {@link ProgressEvent}'s can extend this class and override only the methods which they are interested in. </p>

@since 3.0

Members

Functions

changed
void changed(ProgressEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
completed
void completed(ProgressEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ProgressListener

changed
void changed(ProgressEvent event)

This method is called when a progress is made during the loading of the current location. <p>

completed
void completed(ProgressEvent event)

This method is called when the current location has been completely loaded. <p>

Meta