org.sdn.api.Notification Maven / Gradle / Ivy
package org.sdn.api;
import org.sdn.api.response.OpenResponse;
/**
* User: humucai
* Date: 2018/8/8
* Time: 17:25
*/
@FunctionalInterface
public interface Notification {
void notice(OpenResponse openResponse);
}