Package ucar.nc2.ui.image
Interface SourcePictureListener
-
- All Known Implementing Classes:
ScalablePicture
public interface SourcePictureListener
This interface allows an object to inform another object that the status it is listening on has changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sourceLoadProgressNotification(int statusCode, int percentage)
inform the listener of progress on the loading of the imagevoid
sourceStatusChange(int statusCode, String statusMessage, SourcePicture sp)
inform the listener that the status has changed
-
-
-
Method Detail
-
sourceStatusChange
void sourceStatusChange(int statusCode, String statusMessage, SourcePicture sp)
inform the listener that the status has changed
-
sourceLoadProgressNotification
void sourceLoadProgressNotification(int statusCode, int percentage)
inform the listener of progress on the loading of the image
-
-