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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.dynamic.builtin.Wolf
All Implemented Interfaces:
Predator<Sheep>

public class Wolf
extends Object
implements Predator<Sheep>


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

Constructor Detail

Wolf

public Wolf()
Method Detail

attack

public void attack(Sheep animal)
Specified by:
attack in interface Predator<Sheep>


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