All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Alachisoft.NCache.Common.Event.NEventSync Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package Alachisoft.NCache.Common.Event;

import java.net.SocketException;

/**
 * @author Basit Anwer
 */
public interface NEventSync {
    public Object hanleEvent(Object... obj) throws SocketException, Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy