public abstract static class ProcessorListener.Notification<T> extends Object
| Constructor and Description |
|---|
Notification(T oldObject,
T newObject) |
| Modifier and Type | Method and Description |
|---|---|
T |
getNewObject() |
T |
getOldObject() |
abstract void |
handle(ResourceEventHandler<? super T> resourceEventHandler) |
Copyright © 2015–2022 Red Hat. All rights reserved.