public static interface Reloader.DevServer
extends java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(scala.Function0<scala.runtime.BoxedUnit> f)
Allows to register a listener that will be triggered a monitored file is changed.
|
play.core.BuildLink |
buildLink() |
void |
reload()
Reloads the application.
|
String |
url()
URL at which the application is running (if started)
|
play.core.BuildLink buildLink()
void addChangeListener(scala.Function0<scala.runtime.BoxedUnit> f)
void reload()
String url()