Package fr.esrf.tangoatk.widget.jdraw
Interface SynopticProgressListener
- All Known Implementing Classes:
SimpleSynopticAppli
public interface SynopticProgressListener
Listen on synoptic file loading progress
-
Method Summary
Modifier and TypeMethodDescriptionvoidprogress(double p) Called when an item is loaded and connected to the device
-
Method Details
-
progress
void progress(double p) Called when an item is loaded and connected to the device- Parameters:
p- Loading progress (from 0 to 1).
-