org.jboss.cdi.tck.tests.decorators.definition
Interface Account

All Known Implementing Classes:
BankAccount, ChargeDecorator

public interface Account


Method Summary
 void deposit(int amount)
           
 int getBalance()
           
 void withdraw(int amount)
           
 

Method Detail

withdraw

void withdraw(int amount)

deposit

void deposit(int amount)

getBalance

int getBalance()


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