Comments for observer example.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
*
|
||||
* Observer pattern defines one-to-many relationship
|
||||
* between objects. The target object sends change
|
||||
* notifications to its registered observers.
|
||||
*
|
||||
*/
|
||||
public class App
|
||||
{
|
||||
public static void main( String[] args )
|
||||
|
Reference in New Issue
Block a user