Hi,
I am posting an example of Mediator Pattern. Please feel free to comment. This might also help people who are looking for Java Examples for Patterns.
A Mediator is an object that encapsulates interaction between a set of objects. It promotes loose coupling by keeping the objects from interacting [refering] with each other explicitly.