Hi list, I'm developing a custom listener plugin that implements SampleListener, extending AbstractListenerElement.
I can override the sampleOccurred event and see those occur using System.out.println calls, but the sampleStarted events do not seem to be picked up. Is there something specific I need to do in order to handle those events in the listener? Thanks in advance Andrew
