com.ephox.editlive.http.manager.image
Interface ImageCallback


public interface ImageCallback

Allows the HttpManager to notify to interested objects when an image has finished downloading.

Since:
7.5

Method Summary
 void imageLoaded(Image image, boolean errorLoading)
          Indicates that the image has been loaded.
 

Method Detail

imageLoaded

void imageLoaded(Image image,
                 boolean errorLoading)
Indicates that the image has been loaded.

Parameters:
image - the image that was loaded or null if there was an error loading the image.
errorLoading - true if there was an error loading the image.

Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.