Class ExpressionMappingElement
- java.lang.Object
 - 
- com.inductiveautomation.perspective.gateway.binding.transforms.map.ExpressionMappingElement
 
 
- 
- All Implemented Interfaces:
 MappingElement
public class ExpressionMappingElement extends java.lang.Object implements MappingElement
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshutdown()voidstartup(java.util.function.Consumer<QualifiedValue> listener) 
 - 
 
- 
- 
Method Detail
- 
startup
public void startup(java.util.function.Consumer<QualifiedValue> listener)
- Specified by:
 startupin interfaceMappingElement
 
- 
shutdown
public void shutdown()
- Specified by:
 shutdownin interfaceMappingElement
 
 - 
 
 -