public abstract class Event extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Event.EventType |
Constructor and Description |
---|
Event(Event.EventType type,
String message) |
Modifier and Type | Method and Description |
---|---|
abstract void |
flush() |
String |
getMessage() |
Event.EventType |
getType() |
void |
setMessage(String message) |
void |
setType(Event.EventType type) |
protected void |
writeEventDumpLine(String message) |
public Event(Event.EventType type, String message)
public Event.EventType getType()
public void setType(Event.EventType type)
public String getMessage()
public void setMessage(String message)
protected void writeEventDumpLine(String message)
public abstract void flush()
Copyright © 2022. All rights reserved.