[Webfunds-commits] java/webfunds/client AccountBrowserImpl.java

E. van der Koogh vdkoogh@mediaport.org
Mon, 25 Sep 2000 00:33:52 +0200


>   b. there needs to be a way in which the outside code can call back to
>   the AccountBrowserImpl in order to notify of changes to the tree structure
>   (such as the above, or when a deposit decides to add an account, etc).

The way I was going to solve this was have the Wallet throw Events when
something happened and have the browser register itself as a listener :)

I am not quite sure if that still fits in the design, but probably worth
looking at :)

erwin