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

io.github.lunasaw.sip.common.transmit.SipProcessorInject Maven / Gradle / Ivy

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

import java.util.EventObject;

/**
 * @author luna
 * @date 2023/12/29
 */
public interface SipProcessorInject {

    void before(EventObject eventObject);

    void after();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy