Class ParameterEvent


  • public final class ParameterEvent
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        ParameterEvent()  
        ParameterEvent​(int parameterID, int scope, int element, float value)  
      protected ParameterEvent​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int element()  
      int parameterID()  
      int scope()  
      void setElement​(int value)  
      void setParameterID​(int value)  
      void setScope​(int value)  
      void setValue​(float value)  
      float value()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParameterEvent

        public ParameterEvent()
      • ParameterEvent

        protected ParameterEvent​(org.moe.natj.general.Pointer peer)
      • ParameterEvent

        public ParameterEvent​(int parameterID,
                              int scope,
                              int element,
                              float value)
    • Method Detail

      • parameterID

        public int parameterID()
      • setParameterID

        public void setParameterID​(int value)
      • scope

        public int scope()
      • setScope

        public void setScope​(int value)
      • element

        public int element()
      • setElement

        public void setElement​(int value)
      • value

        public float value()
      • setValue

        public void setValue​(float value)