Interface IntegrationBackofficeEventSender
- All Known Implementing Classes:
DefaultIntegrationBackofficeEventSender
public interface IntegrationBackofficeEventSender
A service for sending UI events.
-
Method Summary
-
Method Details
-
sendEvent
Sends a UI event applied to a component.- Parameters:
event- Type of event to sendcomponent- Component on which event is triggereddata- Data which event state contains- Returns:
- If event was successfully sent.
-