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.Event
future
- 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 Object
public long getDelay()
getDelay
in interface Schedule.Event
public long getId()
getId
in interface Schedule.Event
public final DateTime getStamp()
getStamp
in interface Schedule.Event
public int hashCode()
hashCode
in class Object
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.