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

org.webbitserver.EventSourceHandler Maven / Gradle / Ivy

package org.webbitserver;

public interface EventSourceHandler {
    void onOpen(EventSourceConnection connection) throws Exception;

    void onClose(EventSourceConnection connection) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy