LiveReload

mdoc.internal.livereload.LiveReload
trait LiveReload

Interface of a LiveReload server http://livereload.com/api/protocol/

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def alert(message: String): Unit

Alert clients with this message

Alert clients with this message

Attributes

def reload(path: Path): Unit

Notify clients to reload this path

Notify clients to reload this path

Attributes

def start(): Unit

Start this LiveReload server

Start this LiveReload server

Attributes

def stop(): Unit

Stop this LiveReload server

Stop this LiveReload server

Attributes