Class composite.AComponent


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


Method Index

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

Methods

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