com.onloupe.core.server.ChannelConnectionStateChangedEventHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core functionality of Loupe.
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