org.jboss.cdi.tck.tests.decorators.definition.producer
Class ChargeDecorator
java.lang.Object
org.jboss.cdi.tck.tests.decorators.definition.producer.ChargeDecorator
- All Implemented Interfaces:
- BankAccount
@Decorator
public abstract class ChargeDecorator
- extends Object
- implements BankAccount
|
Method Summary |
void |
withdraw(int amount)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChargeDecorator
public ChargeDecorator()
withdraw
public void withdraw(int amount)
- Specified by:
withdraw in interface BankAccount
Copyright © 2008-2012 Seam Framework. All Rights Reserved.