Add method to wait for removal of a plugin
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / RemovePluginCommand.java
index c221592..56fafa1 100644 (file)
@@ -7,6 +7,7 @@ package net.pterodactylus.fcp.quelaton;
  */
 public interface RemovePluginCommand {
 
+       RemovePluginCommand waitFor(int milliseconds);
        Executable<Boolean> plugin(String pluginClass);
 
 }