Class InvokerFilterTarget

java.lang.Object
com.fluxtion.generator.model.InvokerFilterTarget

public class InvokerFilterTarget
extends java.lang.Object
A target for an invoker holding a call tree for a filtered event.
Author:
Greg Higgins
  • Field Summary

    Fields 
    Modifier and Type Field Description
    com.fluxtion.builder.generation.FilterDescription filterDescription  
    java.lang.String intMapName
    the name of the map holding the invokers for this Event class
    java.lang.String methodBody
    The body of the method thst is the call tree for the filtered dispatch
    java.lang.String methodName
    Name of the method to invoke that holds the call tree for the filtered processing.
    java.lang.String stringMapName
    the name of the map holding the invokers for this Event class
  • Constructor Summary

    Constructors 
    Constructor Description
    InvokerFilterTarget()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • filterDescription

      public com.fluxtion.builder.generation.FilterDescription filterDescription
    • methodBody

      public java.lang.String methodBody
      The body of the method thst is the call tree for the filtered dispatch
    • methodName

      public java.lang.String methodName
      Name of the method to invoke that holds the call tree for the filtered processing.
    • intMapName

      public java.lang.String intMapName
      the name of the map holding the invokers for this Event class
    • stringMapName

      public java.lang.String stringMapName
      the name of the map holding the invokers for this Event class
  • Constructor Details