File: example.html

Recommend this page to a friend!
  Classes of Chi H.   Observer Pattern   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: example script
Class: Observer Pattern
Manage list of observer objects
Author: By
Last change: typo
Date: 10 years ago
Size: 278 bytes
 

Contents

Class file image Download
<html> <head> <!--/* * Copyright (c) 2014 Chi Hoang * All rights reserved *//--> <meta charset="utf-8"> <title>Observer Pattern</title> </head> <body> <script src="observer.js"></script> <script src="example.js"></script> </head> <body> </body> </html>