public interface ConnectorEventHandler
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(ConnectorEvent event)
Called by the
ConnectorEventPublisher
service to notify the listener of an event. |
void handleEvent(ConnectorEvent event)
ConnectorEventPublisher
service to notify the listener of an event.event
- The ConnectorEvent
object.Copyright © 2018–2025. All rights reserved.