Class ProgressUpdateEvent
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ProtocolMessage
com.oracle.truffle.tools.dap.types.Event
com.oracle.truffle.tools.dap.types.ProgressUpdateEvent
Event message for 'progressUpdate' event type. The event signals that the progress reporting
needs to updated with a new message and/or percentage. The client does not have to update the UI
immediately, but the clients needs to keep track of the message and/or percentage values. This
event should only be sent if the client has passed the value true for the
'supportsProgressReporting' capability of the 'initialize' request.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProgressUpdateEventcreate(ProgressUpdateEvent.EventBody body, Integer seq) booleangetBody()Event-specific information.inthashCode()Methods inherited from class com.oracle.truffle.tools.dap.types.Event
create, getEvent, setBody, setEvent