gov.cca.ports
Interface FrameworkConnectionEventService

All Superinterfaces:
Port

public interface FrameworkConnectionEventService
extends 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:
Component, ConnectionEvent

Method Summary
 void fireConnectionEvent(ConnectionEvent evt)
          Issue an event to all listeners registered for it.
 

Method Detail

fireConnectionEvent

void fireConnectionEvent(ConnectionEvent evt)
Issue an event to all listeners registered for it.

Parameters:
event - must be an object supporting the ConnectionEvent interface.