public interface MonitoredClasspathService extends ClasspathService
ClasspathService
variation which monitors the changes of classpath resources and communicates those to the
subscribers.ClasspathService.ClasspathEntryNotFoundException
Modifier and Type | Method and Description |
---|---|
void |
registerResourceChangeCallback(DevelopmentModeClasspathService.ClasspathResourceCallback resourceChangeHandler)
Subscribe to the classpath resource changes via a callback function.
|
void |
reload(long resolveChangesSince) |
void |
startMonitoring() |
void |
stopMonitoring() |
getConfiguration, getEntryAt, getParent, getRoot, hasEntry
void registerResourceChangeCallback(DevelopmentModeClasspathService.ClasspathResourceCallback resourceChangeHandler)
resourceChangeHandler
- handler object which receives the context of the change and handles itvoid reload(long resolveChangesSince)
void startMonitoring()
void stopMonitoring()
Copyright © 2003–2017 Magnolia International Ltd.. All rights reserved.