Interface | Description |
---|---|
ConnectionEvent |
Base event interface components wishing to know about their connectedness
(used or provided ports) must listen for.
|
ConnectionEventListener |
This is the interface that a component must provide
in order to be notified of ConnectionEvents.
|
ConnectionEventService |
A service to alert a component as when connections are made or broken; it is
reasonable to expect this service to be immediately available and fetchable during
a setServices call.
|
FrameworkConnectionEventService |
A service to issue connection events (assumed scope is the
component from whose Services interface the FrameworkConnectionEventService
is fetched.
|
GoPort |
A do-it port.
|
KeyValuePort |
KeyValuePort for use decorating components with strings external
to the implementation of the component.
|
PrintfPort |
PrintfPort for use in building components.
|
StandardEventType |
Mapping of standard event types in the component lifecycle to
strings and integers.
|