MCPcopy Create free account
hub / github.com/eoecn/android-app / ImageCallback

Interface ImageCallback

source/src/cn/eoe/app/utils/ImageUtil.java:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 // 公共方法
357
358 public interface ImageCallback {
359 public void loadImage(Bitmap bitmap, String imagePath);
360 }
361
362 /**
363 * 每次打开含有大量图片的activity时,开一个新线程,检查并清理缓存

Callers 1

handleMessageMethod · 0.65

Implementers 4

imageCallbacksource/src/cn/eoe/app/view/UserIntroFr
myImageCallBacksource/src/cn/eoe/app/view/UserIntroFr
BaseListFragmentsource/src/cn/eoe/app/view/BaseListFra
DetailsDiscussActivitysource/src/cn/eoe/app/ui/DetailsDiscus

Calls

no outgoing calls

Tested by

no test coverage detected