Uses of Class
org.jboss.as.controller.services.path.PathManager.Event
-
Packages that use PathManager.Event Package Description org.jboss.as.controller.services.path -
-
Uses of PathManager.Event in org.jboss.as.controller.services.path
Methods in org.jboss.as.controller.services.path that return PathManager.Event Modifier and Type Method Description PathManager.EventPathManager.PathEventContext. getEvent()Get the event triggeredstatic PathManager.EventPathManager.Event. valueOf(String name)Returns the enum constant of this type with the specified name.static PathManager.Event[]PathManager.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.controller.services.path with parameters of type PathManager.Event Modifier and Type Method Description voidPathManager.Callback. pathEvent(PathManager.Event event, PathEntry pathEntry)Called once the model has been successfully updated, and the path has been updated in the path manager.PathManager.Callback.HandlePathManager. registerCallback(String name, PathManager.Callback callback, PathManager.Event... events)Registers a callback for when a path is added/changed/removedPathManager.Callback.HandlePathManagerService. registerCallback(String name, PathManager.Callback callback, PathManager.Event... events)
-