-
public final class TargetEvent.TargetCreatedEvent extends TargetEvent
Issued when a possible inspection target is created.
-
-
Field Summary
Fields Modifier and Type Field Description private final TargetInfotargetInfo
-
Constructor Summary
Constructors Constructor Description TargetCreatedEvent(TargetInfo targetInfo)
-
Method Summary
Modifier and Type Method Description final TargetInfocomponent1()final TargetEvent.TargetCreatedEventcopy(TargetInfo targetInfo)final TargetInfogetTargetInfo()-
-
Constructor Detail
-
TargetCreatedEvent
TargetCreatedEvent(TargetInfo targetInfo)
-
-
Method Detail
-
component1
final TargetInfo component1()
-
copy
final TargetEvent.TargetCreatedEvent copy(TargetInfo targetInfo)
-
getTargetInfo
final TargetInfo getTargetInfo()
-
-
-
-