Package ortus.boxlang.debugger.event
Class ThreadEvent
java.lang.Object
ortus.boxlang.debugger.event.Event
ortus.boxlang.debugger.event.ThreadEvent
- All Implemented Interfaces:
IAdapterProtocolMessage,ISendable
Models the Exit event for the Debug Protocol
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(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
-
ThreadEvent
Constructor- Parameters:
reason- The reason for the eventthreadId- The thread ID
-
-
Method Details
-
accept
Description copied from interface:IAdapterProtocolMessageImplement this to use a DebugAdapter as a visitor- Specified by:
acceptin interfaceIAdapterProtocolMessage- Overrides:
acceptin classEvent- Parameters:
adapter- The visitor that will visit this node
-