Package com.iizigo.prop
Class DesignerPropFactoryInterface
java.lang.Object
com.iizigo.prop.DesignerPropFactoryInterface
- All Implemented Interfaces:
- 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 SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- void- processQueryDesignerProps- (PropReference ref, GEvent event) Requests processing of the method by the Designer factory interface, done when the- PropReferencegets the- GEvent.PROP_QUERY_DESIGNER_PROPSevent.
- Constructor Details- DesignerPropFactoryInterfacepublic DesignerPropFactoryInterface()
 
- Method Details- processQueryDesignerPropsRequests processing of the method by the Designer factory interface, done when the- PropReferencegets the- GEvent.PROP_QUERY_DESIGNER_PROPSevent.- Specified by:
- processQueryDesignerPropsin interface- IPropFactory
- Parameters:
- ref- The property reference instance.
- event- The event.