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 Type
    Method
    Description
    void
    Invoked when a target becomes invalid.
  • Method Details

    • notifyTargetInvalid

      void notifyTargetInvalid(Target target)
      Invoked when a target becomes invalid.
      Parameters:
      target - the target that has become invalid.