-
public final class TargetEvent.AttachedToTargetEvent extends TargetEvent
Issued when attached to target because of auto-attach or
attachToTargetcommand.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsessionIdprivate final TargetInfotargetInfoprivate final BooleanwaitingForDebugger
-
Constructor Summary
Constructors Constructor Description AttachedToTargetEvent(String sessionId, TargetInfo targetInfo, Boolean waitingForDebugger)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final TargetInfocomponent2()final Booleancomponent3()final TargetEvent.AttachedToTargetEventcopy(String sessionId, TargetInfo targetInfo, Boolean waitingForDebugger)final StringgetSessionId()Identifier assigned to the session used to send/receive messages. final TargetInfogetTargetInfo()final BooleangetWaitingForDebugger()-
-
Constructor Detail
-
AttachedToTargetEvent
AttachedToTargetEvent(String sessionId, TargetInfo targetInfo, Boolean waitingForDebugger)
-
-
Method Detail
-
component1
final String component1()
-
component2
final TargetInfo component2()
-
component3
final Boolean component3()
-
copy
final TargetEvent.AttachedToTargetEvent copy(String sessionId, TargetInfo targetInfo, Boolean waitingForDebugger)
-
getSessionId
final String getSessionId()
Identifier assigned to the session used to send/receive messages.
-
getTargetInfo
final TargetInfo getTargetInfo()
-
getWaitingForDebugger
final Boolean getWaitingForDebugger()
-
-
-
-