Package com.iizigo.prop
Class DesignerPropFactoryInterface
- java.lang.Object
- com.iizigo.prop.DesignerPropFactoryInterface
- All Implemented Interfaces:
IPropFactory
public class DesignerPropFactoryInterface extends java.lang.Object implements IPropFactory
Interface used by the Designer to process Designer-specific tasks that should not be available in the Server or Client.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description DesignerPropFactoryInterface()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessQueryDesignerProps(PropReference ref, GEvent event)Requests processing of the method by the Designer factory interface, done when thePropReferencegets theGEvent.PROP_QUERY_DESIGNER_PROPSevent.
Method Detail
processQueryDesignerProps
public void processQueryDesignerProps(PropReference ref, GEvent event)
Requests processing of the method by the Designer factory interface, done when thePropReferencegets theGEvent.PROP_QUERY_DESIGNER_PROPSevent.- Specified by:
processQueryDesignerPropsin interfaceIPropFactory- Parameters:
ref- The property reference instance.event- The event.