Uses of Interface
com._1c.g5.v8.dt.internal.pm.connection.IProcessConnectionListener
Packages that use IProcessConnectionListener
Package
Description
Interfaces which represent connection with something in the other process or provide that connection.
Memory-mapped file implementation of connection.
RMI implementation of connection.
-
Uses of IProcessConnectionListener in com._1c.g5.v8.dt.internal.pm.connection
Methods in com._1c.g5.v8.dt.internal.pm.connection with parameters of type IProcessConnectionListenerModifier and TypeMethodDescriptionIProcessLauncher.launchProcess
(ProcessBinder processBinder, IProcessConnectionListener listener) Launches process with parameters specified in givenProcessBinder
. -
Uses of IProcessConnectionListener in com._1c.g5.v8.dt.internal.pm.connection.mmf
Methods in com._1c.g5.v8.dt.internal.pm.connection.mmf with parameters of type IProcessConnectionListenerModifier and TypeMethodDescriptionMmfProcessLauncher.launchProcess
(ProcessBinder processBinder, IProcessConnectionListener listener) -
Uses of IProcessConnectionListener in com._1c.g5.v8.dt.internal.pm.connection.rmi
Methods in com._1c.g5.v8.dt.internal.pm.connection.rmi with parameters of type IProcessConnectionListenerModifier and TypeMethodDescriptionRmiProcessLauncher.launchProcess
(ProcessBinder processBinder, IProcessConnectionListener listener) void
ProcessRegisterImpl.setListener
(String key, IProcessConnectionListener listener) SetsIProcessConnectionListener
for given key.