Class ConcreteFlyweightA


public class ConcreteFlyweightA
extends Flyweight
A concrete flyweight for a specific class of tasks.


Method Index

 o doSomething (Object)
The task this flyweight performs

Methods

 o doSomething
public Object doSomething(Object context)
The task this flyweight performs.

Parameters:
context - The extrinsic state information needed to perform the task.
Returns:
The appropriate result.