Channel.java 357 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 Channel {
    public void publish(NotificationContext var1, Event var2) throws Exception;
}