ListInfoProvider.java 778 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.SlingHttpServletRequest
 *  org.apache.sling.api.resource.Resource
 *  org.apache.sling.commons.json.JSONException
 *  org.apache.sling.commons.json.JSONObject
 */
package com.day.cq.commons;

import org.apache.sling.api.SlingHttpServletRequest;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.commons.json.JSONException;
import org.apache.sling.commons.json.JSONObject;

public interface ListInfoProvider {
    public void updateListGlobalInfo(SlingHttpServletRequest var1, JSONObject var2, Resource var3) throws JSONException;

    public void updateListItemInfo(SlingHttpServletRequest var1, JSONObject var2, Resource var3) throws JSONException;
}