public class ConsolePublisher extends Object implements BDGluePublisher
Constructor and Description |
---|
ConsolePublisher() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Clean up.
|
void |
connect()
Connect.
|
void |
writeEvent(String threadName,
EventData evt)
Write the data to the console.
|
public void connect()
connect
in interface BDGluePublisher
public void writeEvent(String threadName, EventData evt)
writeEvent
in interface BDGluePublisher
threadName
- the name of the thread, used for logging.evt
- the event datapublic void cleanup()
cleanup
in interface BDGluePublisher
Copyright © 2016–2017. All rights reserved.