-
public class TargetEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTargetEvent.AttachedToTargetEventIssued when attached to target because of auto-attach or
attachToTargetcommand.public final classTargetEvent.DetachedFromTargetEventIssued when detached from target for any reason (including
detachFromTargetcommand). Can be issued multiple times per target if multiple sessions have been attached to it.public final classTargetEvent.ReceivedMessageFromTargetEventNotifies about a new protocol message received from the session (as reported in
attachedToTargetevent).public final classTargetEvent.TargetCreatedEventIssued when a possible inspection target is created.
public final classTargetEvent.TargetDestroyedEventIssued when a target is destroyed.
public final classTargetEvent.TargetCrashedEventIssued when a target has crashed.
public final classTargetEvent.TargetInfoChangedEventIssued when some information about a target has changed. This only happens between
targetCreatedandtargetDestroyed.
-