Class GotoLater

java.lang.Object
org.loboevolution.pdf.GotoLater
All Implemented Interfaces:
Runnable

public class GotoLater extends Object implements Runnable
Simple runnable to tell listeners that the page has changed.
  • Constructor Details

    • GotoLater

      public GotoLater(int pagenum, ThumbPanel thumb)

      Constructor for GotoLater.

      Parameters:
      pagenum - a Integer object.
      thumb - a ThumbPanel object.
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable