com.carlosbcruz.account.dynamicmodel
Interface AccountModelListener

All Known Implementing Classes:
AccountTableModel

public interface AccountModelListener

Classes that are interested in receiving notifications of changes in the application model have to implement this interface.

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

Method Summary
 void accountModelChanged(AccountEvent e)
           
 

Method Detail

accountModelChanged

void accountModelChanged(AccountEvent e)