Class SpeechRecognitionProp

java.lang.Object
com.iizix.prop.GProp<GProp<?>[]>
com.iizix.prop.PropCnr
com.iizix.prop.SpeechRecognitionProp
All Implemented Interfaces:
EventListener, IGProp<GProp<?>[]>, IPropCnr, Cloneable

public class SpeechRecognitionProp extends PropCnr
Speech Recognition property for remote client execution.

There is only one instance of this property per client session.

Author:
Christopher Mindus
  • Constructor Details

    • SpeechRecognitionProp

      public SpeechRecognitionProp()
      Creates the property without a name.
    • SpeechRecognitionProp

      public SpeechRecognitionProp(Atom atom)
      Creates the property properties with a name.
      Parameters:
      atom - The atom name.
  • Method Details

    • onRemoteEvent

      public void onRemoteEvent(RemoteEvent event)
      Called when a remote property event should be processed by this property.

      A subclass can override this method to perform appropriate processing and is not required to call super.onRemoteEvent(e).

      The onRemoteEvent is NOT called when in a proxied property container, but rather the normal onEventSelf method.

      Specified by:
      onRemoteEvent in interface IGProp<GProp<?>[]>
      Overrides:
      onRemoteEvent in class GProp<GProp<?>[]>
      Parameters:
      event - The remote event.