TwoSomeIPListener

public class TwoSomeIPListener extends MyListener

Specific Listener that gets two SomeIP-Pakets per call. Prints the first Paket in verbose mode.

Constructors

TwoSomeIPListener

public TwoSomeIPListener(String message, Boolean verbose)

Uses MyListener as super Class. Sets the print message and verbose mode from configuration File.

Methods

update

public void update(EventBean[] newData, EventBean[] oldData)

Callback in case of a triggering event. Statistics are updated and Error message is printed (verbose mode).