Package design.pattern.behavioural
Interface Mediator<U>
public interface Mediator<U>
Mediator
is used to decouple the communication between the objects and
let mediator object to handle the communication between group of objects-
Method Summary
-
Method Details
-
valueChanged
-