org.jboss.cdi.tck.tests.decorators.definition.producer
Class ChargeDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.definition.producer.ChargeDecorator
All Implemented Interfaces:
BankAccount

@Decorator
public abstract class ChargeDecorator
extends Object
implements BankAccount


Constructor Summary
ChargeDecorator()
           
 
Method Summary
 void withdraw(int amount)
           
 
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.decorators.definition.producer.BankAccount
deposit, getBalance
 

Constructor Detail

ChargeDecorator

public ChargeDecorator()
Method Detail

withdraw

public void withdraw(int amount)
Specified by:
withdraw in interface BankAccount


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