public interface ProcessVisitor
JavaSysMon.visitProcessTree(int, com.jezhumble.javasysmon.ProcessVisitor)
Modifier and Type | Method and Description |
---|---|
boolean |
visit(OsProcess process,
int level)
Called on every node.
|
boolean visit(OsProcess process, int level)
process
- The current process being visitedlevel
- How many levels beneath the initial node visited you are (0-indexed)Copyright © 2009 ThoughtWorks. All Rights Reserved.