gov.cca
Interface Component

All Known Implementing Classes:
TimeStamper

public interface Component

The CCA object model: the interface that all CCA components must implement.


Method Summary
 void setServices(Services svc)
          Obtain Services handle, through which the component and framework communicate.
 

Method Detail

setServices

void setServices(Services svc)
Obtain Services handle, through which the component and framework communicate. This is the one method that every CCA Component must implement. Every component must also implement a NULL constructor.