Interface DomainWatcher

  • All Known Implementing Classes:
    RuntimeDomainLoader

    public interface DomainWatcher
    Interface to be implemented by anyone that wants to be notified when domains are created / updated / deleted.
    • Method Detail

      • added

        void added​(Domain domain)
      • removed

        void removed​(String domain)