summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/IAddImageCancelable.java
blob: 30a68804f769ed2ee82b6bb8dded05e482e52e7b (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2009 Google Inc. All Rights Reserved.

package com.android.camera.gallery;

/**
 * Cancelable interface for add image task.
 */
public interface IAddImageCancelable extends ICancelable {
    public void get();
}