Class FutureProgressListener

java.lang.Object
com.sk89q.worldedit.command.util.FutureProgressListener
All Implemented Interfaces:
Runnable

public class FutureProgressListener extends Object implements Runnable
  • Constructor Summary

    Constructors
    Constructor
    Description
    FutureProgressListener(Actor sender, com.sk89q.worldedit.util.formatting.text.Component message)
     
    FutureProgressListener(Actor sender, com.sk89q.worldedit.util.formatting.text.Component message, com.sk89q.worldedit.util.formatting.text.Component workingMessage)
     
    Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addProgressListener(com.google.common.util.concurrent.ListenableFuture<?> future, Actor sender, com.sk89q.worldedit.util.formatting.text.Component message)
     
    static void
    addProgressListener(com.google.common.util.concurrent.ListenableFuture<?> future, Actor sender, com.sk89q.worldedit.util.formatting.text.Component message, com.sk89q.worldedit.util.formatting.text.Component workingMessage)
     
    static void
    addProgressListener(com.google.common.util.concurrent.ListenableFuture<?> future, Actor sender, String message)
    Deprecated.
    void
    run()
     

    Methods inherited from class java.lang.Object

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

    • FutureProgressListener

      @Deprecated public FutureProgressListener(Actor sender, String message)
      Deprecated.
    • FutureProgressListener

      public FutureProgressListener(Actor sender, com.sk89q.worldedit.util.formatting.text.Component message)
    • FutureProgressListener

      public FutureProgressListener(Actor sender, com.sk89q.worldedit.util.formatting.text.Component message, @Nullable com.sk89q.worldedit.util.formatting.text.Component workingMessage)
  • Method Details

    • run

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

      @Deprecated public static void addProgressListener(com.google.common.util.concurrent.ListenableFuture<?> future, Actor sender, String message)
      Deprecated.
    • addProgressListener

      public static void addProgressListener(com.google.common.util.concurrent.ListenableFuture<?> future, Actor sender, com.sk89q.worldedit.util.formatting.text.Component message)
    • addProgressListener

      public static void addProgressListener(com.google.common.util.concurrent.ListenableFuture<?> future, Actor sender, com.sk89q.worldedit.util.formatting.text.Component message, com.sk89q.worldedit.util.formatting.text.Component workingMessage)