Package net.runelite.client.events
Class ClientShutdown
- java.lang.Object
-
- net.runelite.client.events.ClientShutdown
-
public final class ClientShutdown extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientShutdown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Queue<Future<?>>
getTasks()
int
hashCode()
String
toString()
void
waitFor(Future<?> future)
void
waitForAllConsumers(Duration totalTimeout)
-