Observer
← Back to Behavioral Patterns
Pub/sub within an application, event notification. Define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.
← Back to Behavioral Patterns
Pub/sub within an application, event notification. Define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.