Uses of Class
com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Packages that use ProcessFlow Package Description com.gurock.smartinspect com.gurock.smartinspect.packets.processflow -
-
Uses of ProcessFlow in com.gurock.smartinspect
Methods in com.gurock.smartinspect with parameters of type ProcessFlow Modifier and Type Method Description protected voidSmartInspect. doProcessFlow(ProcessFlow processFlow)Invokes the Process Flow event handlers.voidSmartInspect. sendProcessFlow(ProcessFlow processFlow)Logs a Process Flow entry. -
Uses of ProcessFlow in com.gurock.smartinspect.packets.processflow
Methods in com.gurock.smartinspect.packets.processflow that return ProcessFlow Modifier and Type Method Description ProcessFlowProcessFlowEvent. getProcessFlow()Returns the ProcessFlow packet, which has just been sent.Constructors in com.gurock.smartinspect.packets.processflow with parameters of type ProcessFlow Constructor Description ProcessFlowEvent(Object source, ProcessFlow processFlow)Creates and initializes a ProcessFlowEvent instance.
-