Package com.teamdev.jxbrowser.frame
Interface RenderProcess
public interface RenderProcess
Contains information about current render process associated with the
Frame
instance.-
Method Summary
Modifier and TypeMethodDescriptionint
pid()
Returns the process ID of the render process associated with theFrame
instance.
-
Method Details
-
pid
int pid()Returns the process ID of the render process associated with theFrame
instance. Render process with this ID can be terminated any time, so it is possible that there is no render process running with this ID anymore.
-