org.apache.webbeans.portable.events
Class ProcessObserverMethodImpl<T,X>
java.lang.Object
org.apache.webbeans.portable.events.ProcessObserverMethodImpl<T,X>
- Type Parameters:
X - declared bean classT - event type
- All Implemented Interfaces:
- ProcessObserverMethod<T,X>
- Direct Known Subclasses:
- GProcessObservableMethod
public class ProcessObserverMethodImpl<T,X>
- extends Object
- implements ProcessObserverMethod<T,X>
Implementation of ProcessObserverMethod.
- Version:
- $Rev: 952250 $ $Date: 2010-06-07 16:39:41 +0200 (Mo, 07 Jun 2010) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessObserverMethodImpl
public ProcessObserverMethodImpl(AnnotatedMethod<X> annotatedMethod,
ObserverMethod<T> observerMethod)
addDefinitionError
public void addDefinitionError(Throwable t)
-
- Specified by:
addDefinitionError in interface ProcessObserverMethod<T,X>
getAnnotatedMethod
public AnnotatedMethod<X> getAnnotatedMethod()
-
- Specified by:
getAnnotatedMethod in interface ProcessObserverMethod<T,X>
getObserverMethod
public ObserverMethod<T> getObserverMethod()
-
- Specified by:
getObserverMethod in interface ProcessObserverMethod<T,X>
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.