Class composite.AComponent
- public abstract class AComponent
- extends Object
This class represents a single or a collection of components needed by the Client.

operation
()
- This method is the operation the client needs performed

operation
public abstract void operation()
- This method is the operation the client needs performed.