Interface DomainWatcher
-
- All Known Implementing Classes:
RuntimeDomainLoader
public interface DomainWatcherInterface 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 voidadded(Domain domain)voidremoved(String domain)
-