Uses of Enum Class
org.jboss.as.controller.services.path.PathManager.Event
Packages that use PathManager.Event
-
Uses of PathManager.Event in org.jboss.as.controller.services.path
Methods in org.jboss.as.controller.services.path that return PathManager.EventModifier and TypeMethodDescriptionPathManager.PathEventContext.getEvent()Get the event triggeredstatic PathManager.EventReturns the enum constant of this class with the specified name.static PathManager.Event[]PathManager.Event.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller.services.path with parameters of type PathManager.EventModifier and TypeMethodDescriptionvoidPathManager.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.registerCallback(String name, PathManager.Callback callback, PathManager.Event... events) Registers a callback for when a path is added/changed/removedPathManagerService.registerCallback(String name, PathManager.Callback callback, PathManager.Event... events)