public abstract class RenderableOutputEvent extends CategorisedOutputEvent
| Modifier | Constructor and Description |
|---|---|
protected |
RenderableOutputEvent(long timestamp,
String category,
LogLevel logLevel) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
render(StyledTextOutput output)
Renders this event to the given output.
|
getCategory, getLogLevel, getTimestamppublic abstract void render(StyledTextOutput output)
StyledTextOutput.Style.Normal. The style will be reset after the rendering is complete, so
there is no need for this method to clean up the style.output - The output to render to.Copyright © 2013. All rights reserved