Package ortus.boxlang.debugger.event
Class OutputEvent
java.lang.Object
ortus.boxlang.debugger.event.Event
ortus.boxlang.debugger.event.OutputEvent
- All Implemented Interfaces:
IAdapterProtocolMessage
,ISendable
Models the Output event for the Debug Protocol
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(DebugAdapter adapter) Implement this to use a DebugAdapter as a visitorMethods inherited from class ortus.boxlang.debugger.event.Event
getCommand, getName, getRawMessageData, getSeq, getType, setRawMessageData
-
Field Details
-
body
-
-
Constructor Details
-
OutputEvent
public OutputEvent() -
OutputEvent
Constructor- Parameters:
category
- One of 'console' | 'important' | 'stdout' | 'stderr' | 'telemetry'output
- The data to output
-
-
Method Details
-
accept
Description copied from interface:IAdapterProtocolMessage
Implement this to use a DebugAdapter as a visitor- Specified by:
accept
in interfaceIAdapterProtocolMessage
- Overrides:
accept
in classEvent
- Parameters:
adapter
- The visitor that will visit this node
-