JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
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.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method