org.ow2.jasmine.probe
Interface JasmineProbeListener


public interface JasmineProbeListener


Method Summary
 void notifyEvent(JasmineProbe probe)
          Implement treatment to do when an event concerning the given probe occurred.
 

Method Detail

notifyEvent

void notifyEvent(JasmineProbe probe)
Implement treatment to do when an event concerning the given probe occurred. Typically, when the probe state changed.

Parameters:
probe - the probe concerned by the event.


Copyright © 2013 OW2 Consortium. All Rights Reserved.