| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands |
| Class and Description |
|---|
| AttachedToTarget
Issued when attached to target because of auto-attach or `attachToTarget` command.
|
| DetachedFromTarget
Issued when detached from target for any reason (including `detachFromTarget` command).
|
| ReceivedMessageFromTarget
Notifies about a new protocol message received from the session (as reported in
`attachedToTarget` event).
|
| TargetCrashed
Issued when a target has crashed.
|
| TargetCreated
Issued when a possible inspection target is created.
|
| TargetDestroyed
Issued when a target is destroyed.
|
| TargetInfoChanged
Issued when some information about a target has changed.
|
Copyright © 2020. All rights reserved.