ServiceCallback.java 174 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.aemfd.watchfolder.service;

public interface ServiceCallback<T, S> {
    public S execute(T var1) throws Exception;
}