Interface IProcessConnectionListener


public interface IProcessConnectionListener
Notified when connection with separate process established with created IProcessConnection instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when connection with separate process established with IProcessConnection instance, representing that connection.
  • Method Details

    • onProcessConnected

      void onProcessConnected(IProcessConnection connection)
      Called when connection with separate process established with IProcessConnection instance, representing that connection.
      Parameters:
      connection - given IProcessConnection instance. Represents established connection (not null)