public abstract class Manager
extends java.lang.Object
| Constructor and Description |
|---|
Manager(XMPPConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected XMPPConnection |
connection() |
protected java.util.concurrent.ScheduledFuture<?> |
schedule(java.lang.Runnable command,
long delay,
java.util.concurrent.TimeUnit unit) |
public Manager(XMPPConnection connection)
protected final XMPPConnection connection()
protected java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable command,
long delay,
java.util.concurrent.TimeUnit unit)