Class WebhookDestinationTargetEditorListener

java.lang.Object
de.hybris.platform.webhookbackoffice.widgets.editors.WebhookDestinationTargetEditorListener
All Implemented Interfaces:
com.hybris.cockpitng.editors.EditorListener<DestinationTargetModel>

public class WebhookDestinationTargetEditorListener extends Object implements com.hybris.cockpitng.editors.EditorListener<DestinationTargetModel>
Extended listener behavior for WebhookDestinationTargetEditor.
  • Constructor Details

  • Method Details

    • onValueChanged

      public void onValueChanged(DestinationTargetModel destinationTargetModel)
      Notifies user if destination target selected is not the default "webhookServices" destination target.
      Specified by:
      onValueChanged in interface com.hybris.cockpitng.editors.EditorListener<DestinationTargetModel>
      Parameters:
      destinationTargetModel - the selected DestinationTargetModel.
    • onEditorEvent

      public void onEditorEvent(String s)
      Specified by:
      onEditorEvent in interface com.hybris.cockpitng.editors.EditorListener<DestinationTargetModel>
    • sendSocketOutput

      public void sendSocketOutput(String s, Object o)
      Specified by:
      sendSocketOutput in interface com.hybris.cockpitng.editors.EditorListener<DestinationTargetModel>