@Decorator public abstract class ChargeDecorator extends Object implements Account
Account.deposit(int).| Modifier and Type | Field and Description |
|---|---|
static int |
charged |
| Constructor and Description |
|---|
ChargeDecorator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
deposit(int amount) |
static void |
reset() |
void |
withdraw(int amount) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBalanceCopyright © 2008–2016 CDI TCK. All rights reserved.