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 TypeMethodDescriptionintpid()Returns the process ID of the render process associated with theFrameinstance.
-
Method Details
-
pid
int pid()Returns the process ID of the render process associated with theFrameinstance. 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.
-