public interface TargetSelectionListener extends EventListener
TargetDefinition, i.e. by displaying a list like
stella.jview.JTargetTableManager have a list of objects implementing
this interface. Whenever a target is selected, the targetSelected(stella.TargetSelectionEvent)
method in these listeners is called.| Modifier and Type | Method and Description |
|---|---|
void |
targetSelected(TargetSelectionEvent td)
This method is called when a target was selected.
|
void targetSelected(TargetSelectionEvent td)