stella.error
Interface TargetKnowledge

All Superinterfaces:
TargetDepending
All Known Implementing Classes:
TargetError, TargetFinished, TargetPicked

public interface TargetKnowledge
extends TargetDepending

An interface indicating that this error knows about the target it was connected to.

See Also:
ErrorEvent

Method Summary
 TargetDefinition getTarget()
          Returns the target that was active when this error was thrown.
 
Methods inherited from interface stella.TargetDepending
registerTarget
 

Method Detail

getTarget

TargetDefinition getTarget()
Returns the target that was active when this error was thrown. Only used for errors that have an immediate connection to the target like a TargetPicked status.