MCPcopy Create free account
hub / github.com/amikey/java-design-patterns / App

Class App

mediator/src/main/java/com/iluwatar/mediator/App.java:9–33  ·  view source on GitHub ↗

Mediator encapsulates how a set of objects (PartyMember) interact. Instead of referring to each other directly they use a mediator (Party) interface.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected