Subscription.java 348 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.osgi.service.event.Event
 */
package com.day.cq.wcm.notification;

import com.day.cq.wcm.notification.NotificationContext;
import org.osgi.service.event.Event;

public interface Subscription {
    public boolean matches(NotificationContext var1, Event var2);
}