Package jmri.jmrit.etcs.dmi.swing
Class DmiFlashTimer
- java.lang.Object
 - 
- jmri.jmrit.etcs.dmi.swing.DmiFlashTimer
 
 
- 
@API(status=EXPERIMENTAL) public class DmiFlashTimer extends java.lang.Object
Class to provide a Timer to ensure all flashing DMI Icons flash in unison. 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedDmiFlashTimer(DmiPanel mainPanel) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddFlashListener(java.beans.PropertyChangeListener pcl, boolean fast)protected voiddispose()protected voidremoveFlashListener(java.beans.PropertyChangeListener pcl, boolean fast) 
 - 
 
- 
- 
Constructor Detail
- 
DmiFlashTimer
protected DmiFlashTimer(DmiPanel mainPanel)
 
 - 
 
- 
Method Detail
- 
addFlashListener
protected void addFlashListener(java.beans.PropertyChangeListener pcl, boolean fast)
 
- 
removeFlashListener
protected void removeFlashListener(java.beans.PropertyChangeListener pcl, boolean fast)
 
- 
dispose
protected void dispose()
 
 - 
 
 -