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:
How are Observer and Observable used?
How are Observer and Observable used?
✍: Guest
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.
2012-05-31, 2435👍, 0💬
Popular Posts:
What is page thrashing? Some operating systems (such as UNIX or Windows in enhanced mode) use virtua...
What is Traceability Matrix? Traceability Matrix is one of the document will prepare by QA.To make s...
Can we have static indexer in C# ? No.
What is the purpose of finalization? The purpose of finalization is to give an unreachable object th...
The following variable is available in file1.c, who can access it? static int average; Answer: all t...