Package gov.cca.ports
Interface FrameworkConnectionEventService
- All Superinterfaces:
Port
A service to issue connection events (assumed scope is the
component from whose Services interface the FrameworkConnectionEventService
is fetched.
This service interface is compatible with a direct-connected framework.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidIssue an event to all listeners registered for it.
-
Method Details
-
fireConnectionEvent
Issue an event to all listeners registered for it.- Parameters:
event- must be an object supporting the ConnectionEvent interface.
-