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

io.github.lunasaw.sip.common.transmit.event.Event Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package io.github.lunasaw.sip.common.transmit.event;

public interface Event {
    /**
     * 回调
     * 
     * @param eventResult
     */
    void response(EventResult eventResult);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy