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

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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy