00001 00008 package org.nees.daq; 00009 00010 import com.rbnb.sapi.SAPIException; 00011 00017 public interface DaqListener { 00032 public void postData(String channel, double time, double data) 00033 throws SAPIException; 00034 }