-
public final class TargetEvent.TargetInfoChangedEvent extends TargetEvent
Issued when some information about a target has changed. This only happens between
targetCreatedandtargetDestroyed.
-
-
Field Summary
Fields Modifier and Type Field Description private final TargetInfotargetInfo
-
Constructor Summary
Constructors Constructor Description TargetInfoChangedEvent(TargetInfo targetInfo)
-
Method Summary
Modifier and Type Method Description final TargetInfocomponent1()final TargetEvent.TargetInfoChangedEventcopy(TargetInfo targetInfo)final TargetInfogetTargetInfo()-
-
Constructor Detail
-
TargetInfoChangedEvent
TargetInfoChangedEvent(TargetInfo targetInfo)
-
-
Method Detail
-
component1
final TargetInfo component1()
-
copy
final TargetEvent.TargetInfoChangedEvent copy(TargetInfo targetInfo)
-
getTargetInfo
final TargetInfo getTargetInfo()
-
-
-
-