stella
Interface TargetSelectionListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- AssistantScheduler
public interface TargetSelectionListener
- extends EventListener
An interface for target selection events. Components that allow the user
to select a TargetDefinition, i.e. by displaying a list like
JTargetTableManager have a list of objects implementing
this interface. Whenever a target is selected, the targetSelected(stella.TargetSelectionEvent)
method in these listeners is called.
targetSelected
void targetSelected(TargetSelectionEvent td)
- This method is called when a target was selected. The newly selected
target is delivered to the receiving object.