-
public final class InspectorEvent.DetachedEvent extends InspectorEvent
Fired when remote debugging connection is about to be terminated. Contains detach reason.
-
-
Constructor Summary
Constructors Constructor Description DetachedEvent(String reason)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final InspectorEvent.DetachedEventcopy(String reason)final StringgetReason()The reason why connection has been terminated. -
-
Constructor Detail
-
DetachedEvent
DetachedEvent(String reason)
-
-
Method Detail
-
component1
final String component1()
-
copy
final InspectorEvent.DetachedEvent copy(String reason)
-
-
-
-