Interface DomainWatcher

All Known Implementing Classes:
JPARuntimeDomainLoader, RuntimeDomainLoader

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

    Modifier and Type
    Method
    Description
    void
    added(Domain domain)
     
    void
    removed(String domain)
     
  • Method Details

    • added

      void added(Domain domain)
    • removed

      void removed(String domain)