Back to Tags
Plugin
3 items tagged with "plugin"
Filter by type:
Patterns2
Pattern
Registry
Provides a well-known central object where shared instances or services can be registered and looked up by key, giving a single point of access without scattered globals.
Pattern
Extension Object
Lets you add new interfaces and behavior to a class over time without changing it, by attaching extension objects that clients query for at runtime.