Package Structural.Flyweight
Interface Flyweight
- All Known Implementing Classes:
ConcreteFlyweight
public interface Flyweight
Flyweight interface for defining common methods that Flyweight objects must implement.
-
Method Summary
-
Method Details
-
operation
Operation performed by the Flyweight object.- Parameters:
extrinsicState- State provided by the client at runtime.
-