Class ProcessorListener.Notification<T>
- java.lang.Object
-
- io.fabric8.kubernetes.client.informers.impl.cache.ProcessorListener.Notification<T>
-
- Direct Known Subclasses:
ProcessorListener.AddNotification,ProcessorListener.DeleteNotification,ProcessorListener.UpdateNotification
- Enclosing class:
- ProcessorListener<T>
public abstract static class ProcessorListener.Notification<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description Notification(T oldObject, T newObject)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description TgetNewObject()TgetOldObject()abstract voidhandle(io.fabric8.kubernetes.client.informers.ResourceEventHandler<? super T> resourceEventHandler)
-