public interface HotSwapFilesModificationsWatcher extends ServerStartedListener
| Modifier and Type | Method and Description |
|---|---|
void |
registerListener(HotSwapFilesModificationsListener listener)
Add a new listener for modifications to file(s)
to watch.
|
void |
removeAllListeners()
Removes all listeners.
|
void |
removeListener(HotSwapFilesModificationsListener listener)
Removes a file modifications listener.
|
void |
stopWatching()
Stops the files watching completly.
|
serverStartedSuccessfullyvoid registerListener(HotSwapFilesModificationsListener listener)
More than one listeners can be added for the same files!
void removeListener(HotSwapFilesModificationsListener listener)
void removeAllListeners()
void stopWatching()
Copyright © 2018. All rights reserved.