Class stl_EventCoalesces

java.lang.Object
com.jackmeng.stl.stl_EventCoalesces
All Implemented Interfaces:
java.lang.Runnable

public class stl_EventCoalesces
extends java.lang.Object
implements java.lang.Runnable
  • Field Summary

    Fields
    Modifier and Type Field Description
    private javax.swing.Timer timer  
  • Constructor Summary

    Constructors
    Constructor Description
    stl_EventCoalesces​(int delay, java.lang.Runnable lambda)  
  • Method Summary

    Modifier and Type Method Description
    void run()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • timer

      private javax.swing.Timer timer
  • Constructor Details

    • stl_EventCoalesces

      public stl_EventCoalesces​(int delay, java.lang.Runnable lambda)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable