13df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard/*
23df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard * Copyright (C) 2013 The Android Open Source Project
33df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard *
43df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard * Licensed under the Apache License, Version 2.0 (the "License");
53df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard * you may not use this file except in compliance with the License.
63df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard * You may obtain a copy of the License at
73df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard *
83df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard *      http://www.apache.org/licenses/LICENSE-2.0
93df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard *
103df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard * Unless required by applicable law or agreed to in writing, software
113df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard * distributed under the License is distributed on an "AS IS" BASIS,
123df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard * See the License for the specific language governing permissions and
143df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard * limitations under the License.
153df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard */
163df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard
17ce9ceff5776a9b0479c30cbeb2a9388b44df1865nicolasroardpackage com.android.gallery3d.filtershow.pipeline;
183df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard
193df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroardpublic interface RenderingRequestCaller {
203df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard    public void available(RenderingRequest request);
213df4f831396ffbc11e4bbee0b6150794e8e44e0bnicolasroard}
22