How do I use the Observer/Observable pair to manage notification of changes in my object?
Created May 4, 2012
John Mitchell
Check out the docs for the java.util.Observable class. For examples, check out code examples from The Java Class Libraries: Second Edition, Volume 1.