Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Observer Interface and Observable Class
How are Observer and Observable used?
✍: FYIcenter
Objects that subclass the Observable class maintain a list of observers. When an Observable object is updated, it invokes the update() method of each of its observers to notify the observers that it has changed state. The Observer interface is implemented by objects that observe Observable objects.
2007-03-03, 5222👍, 0💬
Popular Posts:
How To Return Top 5 Rows? - MySQL FAQs - SQL SELECT Statements with JOIN and Subqueries If you want ...
What is Windows DNA architecture? Note :- If you have worked with classic ASP this question can come...
How can I search for data in a linked list? Unfortunately, the only way to search a linked list is w...
Managed Code and Unmanaged Code related ASP.NET - How do you hide Public .NET Classes and other publ...
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thre...