Package com.iizigo.image
Interface IImageInfoChanged
- All Known Implementing Classes:
ImagesControl,SingleImageControl
public interface IImageInfoChangedCalled when the image info changed.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonChanged(ImageInfo info)Called to inform that new data is available in the instance of ImageInfo.
Method Detail
onChanged
void onChanged(ImageInfo info)
Called to inform that new data is available in the instance of ImageInfo.