public static interface PathManager.Callback
PathManager.registerCallback(String, Callback, Event...)| Modifier and Type | Interface and Description |
|---|---|
static interface |
PathManager.Callback.Handle
A handle to a callback
|
| Modifier and Type | Method and Description |
|---|---|
void |
pathEvent(PathManager.Event event,
PathEntry pathEntry)
Called once the model has been successfully updated, and the path has been updated in the path manager.
|
void |
pathModelEvent(PathManager.PathEventContext eventContext,
String name)
Called when a path is modified in the model.
|
void pathModelEvent(PathManager.PathEventContext eventContext, String name)
PathManager.PathEventContext.reloadRequired() or PathManager.PathEventContext.restartRequired()
are called the path will not get updated in the path manager, and {@code pathEvent) does not get
called.eventContext - the eventthe - name of the path being modifiedvoid pathEvent(PathManager.Event event, PathEntry pathEntry)
event - the eventpathEntry - the path entry after the event takes placeCopyright © 2019 JBoss by Red Hat. All rights reserved.