Design Pattern --------Observer pattern
Below is an example that takes keyboard input and treats each input line as an event. The example is built upon the library classes
java.util.Observer and
java.util.Observable. When a string is s
翻译
2012-07-01 16:18:35 ·
367 阅读 ·
0 评论