00001 00007 package org.nees.daq; 00008 00009 import com.rbnb.sapi.SAPIException; 00010 00014 public interface DaqListener { 00021 public void postData(String channel, double time, double data) 00022 throws SAPIException; 00023 }