org.jboss.cdi.tck.tests.lookup.dynamic.builtin
Class AbstractAnimal

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.dynamic.builtin.AbstractAnimal
All Implemented Interfaces:
Animal
Direct Known Subclasses:
Cow, Sheep

public abstract class AbstractAnimal
extends Object
implements Animal


Constructor Summary
AbstractAnimal()
           
 
Method Summary
 void ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAnimal

public AbstractAnimal()
Method Detail

ping

public void ping()


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