org.jboss.cdi.tck.interceptors.tests.aroundConstruct.bindings.extended
Class AbstractInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.interceptors.tests.aroundConstruct.bindings.extended.AbstractInterceptor
Direct Known Subclasses:
AlphaInterceptor1, AlphaInterceptor2, BravoInterceptor

public abstract class AbstractInterceptor
extends Object


Constructor Summary
AbstractInterceptor()
           
 
Method Summary
 void intercept(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInterceptor

public AbstractInterceptor()
Method Detail

intercept

public void intercept(javax.interceptor.InvocationContext ctx)


Copyright © 2008-2013 Seam Framework. All Rights Reserved.