@Decorator public abstract class ChargeDecorator extends Object implements BankAccount
| Constructor and Description |
|---|
ChargeDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
withdraw(int amount) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeposit, getBalancepublic void withdraw(int amount)
withdraw in interface BankAccountCopyright © 2008–2016 CDI TCK. All rights reserved.