blob: 75f1d5de688c2cd0ca7458fa57fd6455d1bc661a [file] [log] [blame]
package net.onrc.onos.ofcontroller.proxyarp;
public interface IArpReplyEventHandler {
public void arpReplyEvent(ArpReplyNotification arpReply);
}