Class ProcessFlowEvent

  • All Implemented Interfaces:
    Serializable

    public final class ProcessFlowEvent
    extends EventObject
    This class is used by the SmartInspectListener.onProcessFlow event of the SmartInspect class. It has only one public class member named getProcessFlow. This member is a method, which just returns the sent packet. This class is fully threadsafe.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProcessFlowEvent

        public ProcessFlowEvent​(Object source,
                                ProcessFlow processFlow)
        Creates and initializes a ProcessFlowEvent instance.
        Parameters:
        source - The object which fired the event
        processFlow - The ProcessFlow packet which has just been sent
    • Method Detail

      • getProcessFlow

        public ProcessFlow getProcessFlow()
        Returns the ProcessFlow packet, which has just been sent.
        Returns:
        The ProcessFlow packet which has just been sent