public abstract class Event extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.ID |
| Constructor and Description |
|---|
Event() |
Event(Optional<Mark> startMark,
Optional<Mark> endMark) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Optional<Mark> |
getEndMark() |
abstract Event.ID |
getEventId() |
Optional<Mark> |
getStartMark() |
int |
hashCode() |
boolean |
isEvent(Event.ID id) |
Copyright © 2018–2019. All rights reserved.