Please enable JavaScript.
Coggle requires JavaScript to display documents.
Behavioral - Coggle Diagram
Behavioral
-
-
-
-
-
Mediator
-
When one object changes state, it notifies to mediator, and mediator notifies all others registered objects.
-
-
-
-
Visitor
Objects that can be visited define a method which takes an instance of visitor which additions new functionality to the class.
-