org.jboss.cdi.tck.tests.interceptors.definition.inheritance
Class Plant

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.inheritance.Plant
All Implemented Interfaces:
Ping
Direct Known Subclasses:
Flower, PongPlant, Tree

public abstract class Plant
extends Object
implements Ping


Constructor Summary
Plant()
           
 
Method Summary
 void inspect(String id)
           
 boolean inspectedBy(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.cdi.tck.tests.interceptors.definition.inheritance.Ping
pong
 

Constructor Detail

Plant

public Plant()
Method Detail

inspect

public void inspect(String id)

inspectedBy

public boolean inspectedBy(String id)


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