package edu.mbl.jif.imaging.stream; /** * * @author GBH */ public interface StreamMonitor { void update(long frame); }