Alachisoft.NCache.Common.Event.NEventStart 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 NEventStart {
public Object hanleEvent(Object... obj) throws SocketException, Exception;
}