public abstract class Event extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.ID
ID of a non-abstract Event
|
| Constructor and Description |
|---|
Event() |
Event(Optional<Mark> startMark,
Optional<Mark> endMark) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Mark> |
getEndMark() |
abstract Event.ID |
getEventId()
Get the type (kind) if this Event
|
Optional<Mark> |
getStartMark() |
Copyright © 2018–2022. All rights reserved.