public interface FrameworkConnectionEventService extends Port
Component
,
ConnectionEvent
Modifier and Type | Method and Description |
---|---|
void |
fireConnectionEvent(ConnectionEvent evt)
Issue an event to all listeners registered for it.
|
void fireConnectionEvent(ConnectionEvent evt)
event
- must be an object supporting the ConnectionEvent interface.