TimelineAggregator.java
476 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.Resource
*/
package com.adobe.granite.timeline;
import com.adobe.granite.timeline.Timeline;
import com.adobe.granite.timeline.TimelineEventType;
import java.util.Map;
import org.apache.sling.api.resource.Resource;
public interface TimelineAggregator {
public Timeline createTimeline(Resource var1);
public Map<String, TimelineEventType> getTypes();
}