KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > tests > jfun > yan > interceptor > ConcretBarInterceptorA


1 //==============================================================================
2
// Created on 2005-10-31
3
// $Id: ConcretBarInterceptorA.java,v 1.1 2006/01/06 16:59:22 ajoo Exp $
4
//==============================================================================
5
package tests.jfun.yan.interceptor;
6
7 public class ConcretBarInterceptorA extends AbstractBarInterceptor{
8
9
10 }
11
Popular Tags