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

com.onloupe.core.server.ChannelConnectionStateChangedEventHandler Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.onloupe.core.server;


/**
 * Event handler for the connection state changed event.
 */
@FunctionalInterface
public interface ChannelConnectionStateChangedEventHandler {
	
	/**
	 * Invoke.
	 *
	 * @param sender the sender
	 * @param e the e
	 */
	void invoke(Object sender, ChannelConnectionStateChangedEventArgs e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy