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