public abstract static class Schedule.Event.Abstract extends Object implements Schedule.Event
Schedule.Event.Abstract| Modifier and Type | Method and Description |
|---|---|
void |
advance(boolean future)
Advances.
|
int |
compareTo(Schedule.Event otherEvent) |
boolean |
equals(Object object) |
long |
getDelay()
Gets the delay before the event is due.
|
long |
getId()
Gets the event id.
|
DateTime |
getStamp()
Gets the stamp.
|
int |
hashCode() |
public final void advance(boolean future)
advance in interface Schedule.Eventfuture - True to advance in the future.public int compareTo(Schedule.Event otherEvent)
compareTo in interface Comparable<Schedule.Event>public boolean equals(Object object)
equals in class Objectpublic long getDelay()
getDelay in interface Schedule.Eventpublic long getId()
getId in interface Schedule.Eventpublic final DateTime getStamp()
getStamp in interface Schedule.Eventpublic int hashCode()
hashCode in class ObjectCopyright © 2003-2019 Serge Brisson. All Rights Reserved.