随笔分类 -  Java

Java Tip 10: Implement callback routines in Java -- from javaworld
摘要:Developers conversant in the event-driven programming model of MS-Windows and the X Window System are accustomed to passing function pointers that are invoked (that is, "called back") when something happens. Java's object-oriented model does not currently support method pointers, and t 阅读全文

posted @ 2012-04-14 15:04 operation_master 阅读(141) 评论(0) 推荐(0)

导航