Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.altara.mars.engine
Interface ProbeListener  view ProbeListener download ProbeListener.java

All Known Implementing Classes:
Notifier

public interface ProbeListener

Interface implemented by parties interested in probe run notification. Defines one method, probeRun(), which is called by Controller when a Probe is run.


Method Summary
 void probeRun(ProbeEvent pe)
           
 

Method Detail

probeRun

public void probeRun(ProbeEvent pe)