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

convex.peer.IServerEvent Maven / Gradle / Ivy

There is a newer version: 0.7.15
Show newest version
package convex.peer;

/**
 * Server Event Interface. The server will post events to this the callback.
 *
 */
public interface IServerEvent {

    void onServerChange(ServerEvent serverEvent);         // sent on server change status, connections, consensus


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy