Interface ConfigurableLinkInitializeDelegate

All Known Implementing Classes:
DefaultConfigurableLinkInitializeDelegate

public interface ConfigurableLinkInitializeDelegate
Delegate mechanism for initializing soft attributes on a configurable link when the link is created.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initializeLinks(String eventType, WTCollection links)
    Initialize configurable link with default values based on event type.
  • Method Details

    • initializeLinks

      void initializeLinks(String eventType, WTCollection links) throws WTException
      Initialize configurable link with default values based on event type.

      Supported API: true
      Parameters:
      eventType -
      links -
      Throws:
      WTException