Package ucar.nc2.ui.image
Interface ScalablePictureListener
-
public interface ScalablePictureListener
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
scalableStatusChange(int statusCode, String statusMessage)
inform the listener that the status has changedvoid
sourceLoadProgressNotification(int statusCode, int percentage)
inform the listener of progress on the loading of the image
-
-
-
Method Detail
-
scalableStatusChange
void scalableStatusChange(int statusCode, String statusMessage)
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
-
-