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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
added(Domain domain)
void
removed(String domain)
-