Applied Design Patterns with Java

Behavioral :: Chain of Responsibility (223) {C ch 16}

Applicability

Use the Chain of Responsibility pattern when:


Structure

A typical object structure might look like this:

Participants

Catalog Behavioral Prev Next