Package com.yahoo.jrt
Interface TargetWatcher
public interface TargetWatcher
Interface used to notify when a
Target becomes
invalid. Listening is controlled with the Target.addWatcher and Target.removeWatcher methods.-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyTargetInvalid(Target target) Invoked when a target becomes invalid.
-
Method Details
-
notifyTargetInvalid
Invoked when a target becomes invalid.- Parameters:
target- the target that has become invalid.
-