public class ObserverInitializationContext<T,X> extends Object
Constructor and Description |
---|
ObserverInitializationContext(ObserverMethodImpl<T,X> observer,
EnhancedAnnotatedMethod<T,? super X> annotated) |
Modifier and Type | Method and Description |
---|---|
ObserverMethodImpl<T,X> |
getObserver() |
void |
initialize() |
static <T,X> ObserverInitializationContext<T,X> |
of(ObserverMethodImpl<T,X> observer,
EnhancedAnnotatedMethod<T,? super X> annotated) |
public ObserverInitializationContext(ObserverMethodImpl<T,X> observer, EnhancedAnnotatedMethod<T,? super X> annotated)
public static <T,X> ObserverInitializationContext<T,X> of(ObserverMethodImpl<T,X> observer, EnhancedAnnotatedMethod<T,? super X> annotated)
public void initialize()
public ObserverMethodImpl<T,X> getObserver()
Copyright © 2016. All rights reserved.