Class IntFilterEventHandler<T>

java.lang.Object
com.fluxtion.ext.streaming.api.IntFilterEventHandler<T>
All Implemented Interfaces:
com.fluxtion.api.FilteredEventHandler<T>, Stateful<T>, Wrapper<T>

public final class IntFilterEventHandler<T>
extends java.lang.Object
implements com.fluxtion.api.FilteredEventHandler<T>, Wrapper<T>
  • Field Details

  • Constructor Details

  • Method Details

    • filterId

      public int filterId()
      Specified by:
      filterId in interface com.fluxtion.api.FilteredEventHandler<T>
    • onEvent

      public void onEvent​(T e)
      Specified by:
      onEvent in interface com.fluxtion.api.FilteredEventHandler<T>
    • eventClass

      public java.lang.Class<T> eventClass()
      Description copied from interface: Wrapper
      The type of the wrapped node
      Specified by:
      eventClass in interface com.fluxtion.api.FilteredEventHandler<T>
      Specified by:
      eventClass in interface Wrapper<T>
      Returns:
      wrapped node class
    • event

      public T event()
      Description copied from interface: Wrapper
      The wrapped node
      Specified by:
      event in interface Wrapper<T>
      Returns:
      the wrapped node