
ibt.ortc.extensibility.OnDisconnected Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of messaging Show documentation
Show all versions of messaging Show documentation
Realtime Cloud Messaging (ORTC) SDK for Java
/**
* @fileoverview This file contains the definition of the on disconnected event interface
* @author ORTC team members ([email protected])
*/
package ibt.ortc.extensibility;
/**
* Represents the Ortc event when the connection is closed
*
* @version 2.1.0 27 Mar 2013 2012
* @author IBT
*
*/
public interface OnDisconnected {
/**
* Fired when the connection is closed
* @param sender Ortc client instance that fired the event
*/
void run(OrtcClient sender);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy