Interface IProcessConnectionListener
public interface IProcessConnectionListener
Notified when connection with separate process established with created
IProcessConnection
instance.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onProcessConnected
(IProcessConnection connection) Called when connection with separate process established withIProcessConnection
instance, representing that connection.
-
Method Details
-
onProcessConnected
Called when connection with separate process established withIProcessConnection
instance, representing that connection.- Parameters:
connection
- givenIProcessConnection
instance. Represents established connection (notnull
)
-