Package com.fluxtion.builder.debug
Interface SepInvocationListener
public interface SepInvocationListener
Experimental feature - do not use
A callback interface that receives notifications when nodes and life-cycle methods are being invoked by the SEP on the nodes. For the routing of notifications a debug version of the SEP is required that the SepDebugger can interact with.- Author:
- Greg Higgins
-
Method Summary
Modifier and Type Method Description voidnodePreInvocation(com.fluxtion.api.event.Event triggeringEvent, java.lang.Object node, java.lang.String nodeName)Callback method, just prior to the actual invocation of the underlying node.
-
Method Details
-
nodePreInvocation
void nodePreInvocation(com.fluxtion.api.event.Event triggeringEvent, java.lang.Object node, java.lang.String nodeName)Callback method, just prior to the actual invocation of the underlying node.- Parameters:
triggeringEvent-node-nodeName-
-