| Package | Description |
|---|---|
| org.docascode.api.event | |
| org.docascode.api.listener |
| Modifier and Type | Method and Description |
|---|---|
Event.Level |
Event.getLevel() |
static Event.Level |
Event.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Level[] |
Event.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.setLevel(Event.Level level) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
APIEventListener.log(String message,
Event.Level level) |
protected void |
APIEventListener.progress(int progress,
int total,
String message,
Event.Level level) |
Copyright © 2019. All rights reserved.