Class ProcessorListener.AddNotification<T>
- java.lang.Object
-
- io.fabric8.kubernetes.client.informers.impl.cache.ProcessorListener.Notification<T>
-
- io.fabric8.kubernetes.client.informers.impl.cache.ProcessorListener.AddNotification<T>
-
- Enclosing class:
- ProcessorListener<T>
public static final class ProcessorListener.AddNotification<T> extends ProcessorListener.Notification<T>
-
-
Constructor Summary
Constructors Constructor Description AddNotification(T newObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(ResourceEventHandler<? super T> resourceEventHandler)-
Methods inherited from class io.fabric8.kubernetes.client.informers.impl.cache.ProcessorListener.Notification
getNewObject, getOldObject
-
-
-
-
Constructor Detail
-
AddNotification
public AddNotification(T newObject)
-
-
Method Detail
-
handle
public void handle(ResourceEventHandler<? super T> resourceEventHandler)
- Specified by:
handlein classProcessorListener.Notification<T>
-
-