public class TargetSelectionEvent extends EventObject
TargetSelectionListeners by the
TargetSelectionCaster that generated this event.| Modifier and Type | Field and Description |
|---|---|
private Appointable |
target
The selected target.
|
source| Constructor and Description |
|---|
TargetSelectionEvent(Object src,
Appointable td)
Constructs a new target selection event that holds the target.
|
| Modifier and Type | Method and Description |
|---|---|
Appointable |
getSelectedTarget()
Returns the target this selection event was generated on.
|
getSource, toStringprivate final Appointable target
public TargetSelectionEvent(Object src, Appointable td)
public Appointable getSelectedTarget()