PropagateEvent11Example -- recursively attaching and detaching event listeners instead of propagating events.
To see this example in action:
  1. Compile the Java source file, PropagateEvent11Example.java:
    	javac PropagateEvent11Example.java
    
  2. Run the class:
    	java PropagateEvent11Example
    

The source.