Notes
Ctrlk
  • Introduce
  • Go
    • Grammar
    • System Library
    • Concurrency in Go
    • The Go Memory Model
    • Code Snippet
  • Rust
    • The Rust Programming Language
    • Rust by Example
  • JAVA
    • Preface
    • Grammar
    • Class Libraries
    • Concurrency
    • JVM
    • Web Container
    • Spring
    • Tuning
  • Computer Science
    • Computer Organization
    • Algorithm
    • Network Protocol
    • Operating System
    • Design Patterns
      • UML
      • OOP
      • Principle
      • Refactoring & Specification
      • Creational
      • Structural
      • Behavioral
        • Observer
        • Template Method
        • Strategy
        • State
        • Iterator
        • Chain of Responsibility
    • Distributed System
  • database
    • InfluxDB
    • MySQL
    • Redis
    • Elasticsearch
    • HBase
    • Kafka
    • ZooKeeper
  • Reading
    • RocketMQ
    • 演说之禅
    • So Good They Can't Ignore You
    • 学会提问
    • Lecture
  • Other
    • v2ray
    • Kubernetes
    • Git
    • Maven
    • Anaconda And Conda
    • Fuck! Shit!
  • Open source contribution
Powered by GitBook
On this page

Was this helpful?

  1. Computer Science
  2. Design Patterns

Behavioral

ObserverTemplate MethodStrategyStateIteratorChain of Responsibility
PreviousFlyWeightNextObserver

Was this helpful?