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

org.telegram.api.engine.RpcCallbackEx Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
package org.telegram.api.engine;

import org.telegram.tl.TLObject;

/**
 * Created with IntelliJ IDEA.
 * User: Ruben Bermudez
 * Date: 09.11.13
 * Time: 18:06
 * @param   the type parameter
 */
public interface RpcCallbackEx extends RpcCallback {
    /**
     * On confirmed.
     */
    void onConfirmed();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy