Interface IPropFactory

All Known Implementing Classes:
DesignerPropFactoryInterface

public interface IPropFactory
Interface used by the Designer to process Designer-specific tasks that should not be available in the Server or Client.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Requests processing of the method by the Designer factory interface, done when the PropReference gets the GEvent.PROP_QUERY_DESIGNER_PROPS event.
  • Method Details

    • processQueryDesignerProps

      void processQueryDesignerProps(PropReference ref, GEvent event)
      Requests processing of the method by the Designer factory interface, done when the PropReference gets the GEvent.PROP_QUERY_DESIGNER_PROPS event.
      Parameters:
      ref - The property reference instance.
      event - The event.