Class Gossip

java.lang.Object
  |
  +--Gossip

public class Gossip
extends java.lang.Object

Observer Design Pattern -- "Gossip" example for COM1204 Summer 2003. This is the driver/tester class.
Spaces and TalkerListeners are created and the latter register to listen to certain spaces. Then the TalkerListeners talk and what they hear is reported as a printout.

Version:
0.1, 28 June 2003
Author:
Bob Futrelle

Constructor Summary
Gossip()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gossip

public Gossip()
Method Detail

main

public static void main(java.lang.String[] args)