SyncAudienceManagerSegments.java 577 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.day.cq.wcm.api.WCMException
 *  javax.jcr.RepositoryException
 *  org.apache.sling.api.resource.Resource
 */
package com.adobe.cq.aam;

import com.adobe.cq.aam.client.spi.AudienceManagerAccessDenied;
import com.day.cq.wcm.api.WCMException;
import org.apache.sling.api.resource.Resource;

import javax.jcr.RepositoryException;

public interface SyncAudienceManagerSegments {
    public void performSync(Resource var1) throws RepositoryException, WCMException, AudienceManagerAccessDenied;
}