public static final class ZTicket.Ticket extends Object implements Comparable<ZTicket.Ticket>
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Cancels a ticket.
|
int |
compareTo(ZTicket.Ticket other) |
void |
reset()
Resets the ticket.
|
void |
setDelay(long delay)
Changes the delay of the ticket.
|
public void reset()
public boolean cancel()
public void setDelay(long delay)
delay - the new delay of the ticket.public int compareTo(ZTicket.Ticket other)
compareTo in interface Comparable<ZTicket.Ticket>Copyright © 2020. All rights reserved.