Interface TargetPublicationListener


public interface TargetPublicationListener
A listener for changes to the set of published targets
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The given target was published
    void
    The given target was withdrawn, usually because it's no longer valid
  • Method Details

    • targetPublished

      void targetPublished(Target target)
      The given target was published
      Parameters:
      target - the published target
    • targetWithdrawn

      void targetWithdrawn(Target target)
      The given target was withdrawn, usually because it's no longer valid
      Parameters:
      target - the withdrawn target