Home
/
rmi
frequal.com
RSS Feed
RMI System Design: Patterns and Pitfalls
O'Reilly Conference On Enterprise Java
Previous Slide
Next Slide
Observer
Peers register with each other; clients register with a server
Registration indicates interest in future changes
When changes occur, the server (or peer with the change) invokes a handler method on the registered listeners
When number of updates is low, or participants want to know of every change, it's appropriate
16
Last modified on 9 Feb 2002 by
AO
Copyright © 2024
Andrew Oliver