public class ListenerTest extends java.lang.Object implements WithdrawalListenerInterface, DepositListenerInterface
Constructor and Description |
---|
ListenerTest() |
Modifier and Type | Method and Description |
---|---|
void |
notifyDeposit(DepositEvent e) |
void |
notifyWithdrawal(WithdrawalEvent e) |
public void notifyWithdrawal(WithdrawalEvent e)
notifyWithdrawal
in interface WithdrawalListenerInterface
public void notifyDeposit(DepositEvent e)
notifyDeposit
in interface DepositListenerInterface