protected abstract class Timeline.Event extends java.lang.Object implements java.lang.Comparable<Timeline.Event>
Modifier and Type | Field and Description |
---|---|
(package private) long |
date |
(package private) int |
priority |
Modifier | Constructor and Description |
---|---|
protected |
Timeline.Event(long date,
int priority) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Timeline.Event e) |
(package private) abstract void |
doEvent(long timeId) |
(package private) abstract void |
reverse(long timeId) |
abstract void doEvent(long timeId)
abstract void reverse(long timeId)
public int compareTo(Timeline.Event e)
compareTo
in interface java.lang.Comparable<Timeline.Event>