com.carlosbcruz.account.util
Interface AccountObserver

All Known Implementing Classes:
AccountEventControlExportAction, AccountEventControlImportAction

public interface AccountObserver

Observer part of a Observer Design Pattern

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

Method Summary
 void update(AccountSubject accountSubject)
          Update the Observer with the Subject of change.
 

Method Detail

update

void update(AccountSubject accountSubject)
Update the Observer with the Subject of change.

Parameters:
accountSubject -