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

abstract
class ProgressAdapter : ProgressListener {}

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