Interface IntegrationBackofficeEventSender

All Known Implementing Classes:
DefaultIntegrationBackofficeEventSender

public interface IntegrationBackofficeEventSender
A service for sending UI events.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    sendEvent(String event, org.zkoss.zk.ui.Component component, Object data)
    Sends a UI event applied to a component.
  • Method Details

    • sendEvent

      boolean sendEvent(String event, org.zkoss.zk.ui.Component component, Object data)
      Sends a UI event applied to a component.
      Parameters:
      event - Type of event to send
      component - Component on which event is triggered
      data - Data which event state contains
      Returns:
      If event was successfully sent.