
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 - 2025 Weber Informatics LLC | Privacy Policy