com.carlosbcruz.account.control
Class AccountEventControlExportAction

java.lang.Object
  extended by com.carlosbcruz.account.control.AccountEventControlExportAction
All Implemented Interfaces:
AccountObserver

public class AccountEventControlExportAction
extends java.lang.Object
implements AccountObserver

Action that works on the Export event

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

Method Summary
 void update(AccountSubject accountSubject)
          Update the Observer with the Subject of change.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

update

public void update(AccountSubject accountSubject)
Description copied from interface: AccountObserver
Update the Observer with the Subject of change.

Specified by:
update in interface AccountObserver