Class ThreadEvent

java.lang.Object
ortus.boxlang.debugger.event.Event
ortus.boxlang.debugger.event.ThreadEvent
All Implemented Interfaces:
IAdapterProtocolMessage, ISendable

public class ThreadEvent extends Event
Models the Exit event for the Debug Protocol
  • Field Details

  • Constructor Details

    • ThreadEvent

      public ThreadEvent(String reason, int threadId)
      Constructor
      Parameters:
      reason - The reason for the event
      threadId - The thread ID
  • Method Details