com.quotemedia.streamer.client.OnClose Maven / Gradle / Ivy
package com.quotemedia.streamer.client;
/**
* Close callback function interface.
*/
public interface OnClose {
/**
* Called when the resource this callback is used with is closed.
*/
void closed();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy