Interface RepositoryListener
public interface RepositoryListener
A listener that gets notified whenever changes matching with
pathPattern()
are pushed to Repository
.-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> RepositoryListener
static RepositoryListener
void
Invoked when changes matching withpathPattern()
are pushed.Returns the path pattern that thisRepositoryListener
is interested in.
-
Method Details
-
of
-
of
-
pathPattern
String pathPattern()Returns the path pattern that thisRepositoryListener
is interested in. -
onUpdate
Invoked when changes matching withpathPattern()
are pushed.
-