com.carlosbcruz.account.control
Class AccountEventControlImportAction

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

public class AccountEventControlImportAction
extends java.lang.Object
implements AccountObserver

Action that works on the import 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