Interface NoRepaintRunnable

All Superinterfaces:
Runnable

public interface NoRepaintRunnable extends Runnable
A tagging interface to prevent a repaint at the end of the execution of this runnable.
  • Method Summary

    Methods inherited from interface java.lang.Runnable

    run