org.jboss.cdi.tck.tests.interceptors.definition.inheritance
Class Plant
java.lang.Object
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()
|
| 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 |
Plant
public Plant()
inspect
public void inspect(String id)
inspectedBy
public boolean inspectedBy(String id)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.