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

net.rgielen.com4j.office2010.excel.IRtdServer Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{EC0E6191-DB51-11D3-8F3E-00C04F3651B8}")
public interface IRtdServer extends Com4jObject {
  // Methods:
  /**
   * @param callbackObject Mandatory net.rgielen.com4j.office2010.excel.IRTDUpdateEvent parameter.
   * @return  Returns a value of type int
   */

  @DISPID(10) //= 0xa. The runtime will prefer the VTID if present
  @VTID(7)
  int serverStart(
    net.rgielen.com4j.office2010.excel.IRTDUpdateEvent callbackObject);


    /**
     * @param topicCount Mandatory Holder parameter.
     * @return  Returns a value of type java.lang.Object[]
     */

    @DISPID(12) //= 0xc. The runtime will prefer the VTID if present
    @VTID(9)
    java.lang.Object[] refreshData(
      Holder topicCount);


    /**
     * @param topicID Mandatory int parameter.
     */

    @DISPID(13) //= 0xd. The runtime will prefer the VTID if present
    @VTID(10)
    void disconnectData(
      int topicID);


    /**
     * @return  Returns a value of type int
     */

    @DISPID(14) //= 0xe. The runtime will prefer the VTID if present
    @VTID(11)
    int heartbeat();


    /**
     */

    @DISPID(15) //= 0xf. The runtime will prefer the VTID if present
    @VTID(12)
    void serverTerminate();


    // Properties:
  }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy