public interface DefinitionsListener
DefinitionsListener are registered via DefinitionsService.
DefinitionsListener are invoked locally on the node which performs the definitions operation,
in distributed scenarios these events are not propagated and others nodes are not aware of the changes.| Modifier and Type | Method and Description |
|---|---|
void |
onChange(List<DefinitionsEvent> events)
React to one or more definitions change events sent to
DefinitionsListener. |
void onChange(List<DefinitionsEvent> events)
DefinitionsListener. Multiple events may be
received in one notification due to several updates being imported in a batch.events - change events triggering the notification.Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.