Class 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
      protected DmiFlashTimer​(DmiPanel mainPanel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addFlashListener​(java.beans.PropertyChangeListener pcl, boolean fast)  
      protected void dispose()  
      protected void removeFlashListener​(java.beans.PropertyChangeListener pcl, boolean fast)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()