Packagecom.aispeech.puremvc
Classpublic class AIRecorder4PureMVCNotification
InheritanceAIRecorder4PureMVCNotification Inheritance Object

Notification (constants) sent from AIRecorder4PureMVC proxy, which are to be listened by the proper application mediators

There are notifications corresponds to FactoryEvent, NetEvent, CoreRequesterEvent, MicrophoneDeviceEvent, MicrophoneVolumeSildeEvent, and RecorderEvent, respectively.

Notification (constants) sent to AIRecorder4PureMVC commands, which further calls AIRecorder4PureMVC

There are notifications corresponds to RecorderLib's exposed methods

RecorderLib properties are exposed to AIRecorder4PureMVCProxy directly.

See also

com.aispeech.puremvc.model.AIRecorder4PureMVCProxy


Public Constants
 ConstantDefined By
  COREREQUESTEREVENT_EXCEPTION_TIME : String = core.requester.event.exception.timeout
[static]
AIRecorder4PureMVCNotification
  COREREQUESTEREVENT_RESULT : String = core.requester.event.result
[static]
AIRecorder4PureMVCNotification
  FACTORYEVENT_EXCEPTION_TIMEOUT : String = factory.event.exception.timeout
[static]
AIRecorder4PureMVCNotification
  FACTORYEVENT_READY : String = factory.event.ready
[static]
AIRecorder4PureMVCNotification
  HIDEMICROPHONEPANEL : String = airecorder4puremvc.hide.microphone.panel
[static]
AIRecorder4PureMVCNotification
  INIT : String = airecorder4puremvc.init
[static]
AIRecorder4PureMVCNotification
  MICROPHONEDEVICEEVENT_EXCEPTION_MIC_NOT_ALLOWED : String = microphone.device.event.exception.mic.not.allowed
[static]
AIRecorder4PureMVCNotification
  MICROPHONEDEVICEEVENT_EXCEPTION_MIC_NOT_FOUND : String = microphone.device.event.exception.mic.not.found
[static]
AIRecorder4PureMVCNotification
  MICROPHONEDEVICEEVENT_MIC_ALLOWED : String = microphone.device.event.mic.allowed
[static]
AIRecorder4PureMVCNotification
  MICROPHONEVOLUMESLIDEEVENT_VOLUME_CHANGED : String = microphone.volume.slider.event.volume.changed
[static]
AIRecorder4PureMVCNotification
  NETEVENT_CONNECTED : String = net.event.connected
[static]
AIRecorder4PureMVCNotification
  RECONNECT : String = airecorder4puremvc.reconnected
[static]
AIRecorder4PureMVCNotification
  RECORDEREVENT_EXCEPTION_NO_RECORD : String = recorder.event.exception.no.record
[static]
AIRecorder4PureMVCNotification
  RECORDEREVENT_RECORDID_GOT : String = recorder.event.recordid.got
[static]
AIRecorder4PureMVCNotification
  RECORDEREVENT_RECORD_STARTED : String = recorder.event.record.started
[static]
AIRecorder4PureMVCNotification
  RECORDEREVENT_RECORD_STOPPED : String = recorder.event.record.stopped
[static]
AIRecorder4PureMVCNotification
  RECORDEREVENT_REPLAY_STARTED : String = recorder.event.replay.started
[static]
AIRecorder4PureMVCNotification
  RECORDEREVENT_REPLAY_STOPPED : String = recorder.event.replay.stopped
[static]
AIRecorder4PureMVCNotification
  SHOWMICROPHONEPANEL : String = airecorder4puremvc.show.microphone.panel
[static]
AIRecorder4PureMVCNotification
  STARTRECORD : String = airecorder4puremvc.start.record
[static]
AIRecorder4PureMVCNotification
  STARTREPLAY : String = airecorder4puremvc.start.replay
[static]
AIRecorder4PureMVCNotification
  STOPRECORD : String = airecorder4puremvc.stop.record
[static]
AIRecorder4PureMVCNotification
  STOPREPLAY : String = airecorder4puremvc.stop.replay
[static]
AIRecorder4PureMVCNotification
Constant Detail
COREREQUESTEREVENT_EXCEPTION_TIMEConstant
public static const COREREQUESTEREVENT_EXCEPTION_TIME:String = core.requester.event.exception.timeout

COREREQUESTEREVENT_RESULTConstant 
public static const COREREQUESTEREVENT_RESULT:String = core.requester.event.result

FACTORYEVENT_EXCEPTION_TIMEOUTConstant 
public static const FACTORYEVENT_EXCEPTION_TIMEOUT:String = factory.event.exception.timeout

FACTORYEVENT_READYConstant 
public static const FACTORYEVENT_READY:String = factory.event.ready

HIDEMICROPHONEPANELConstant 
public static const HIDEMICROPHONEPANEL:String = airecorder4puremvc.hide.microphone.panel

INITConstant 
public static const INIT:String = airecorder4puremvc.init

MICROPHONEDEVICEEVENT_EXCEPTION_MIC_NOT_ALLOWEDConstant 
public static const MICROPHONEDEVICEEVENT_EXCEPTION_MIC_NOT_ALLOWED:String = microphone.device.event.exception.mic.not.allowed

MICROPHONEDEVICEEVENT_EXCEPTION_MIC_NOT_FOUNDConstant 
public static const MICROPHONEDEVICEEVENT_EXCEPTION_MIC_NOT_FOUND:String = microphone.device.event.exception.mic.not.found

MICROPHONEDEVICEEVENT_MIC_ALLOWEDConstant 
public static const MICROPHONEDEVICEEVENT_MIC_ALLOWED:String = microphone.device.event.mic.allowed

MICROPHONEVOLUMESLIDEEVENT_VOLUME_CHANGEDConstant 
public static const MICROPHONEVOLUMESLIDEEVENT_VOLUME_CHANGED:String = microphone.volume.slider.event.volume.changed

NETEVENT_CONNECTEDConstant 
public static const NETEVENT_CONNECTED:String = net.event.connected

RECONNECTConstant 
public static const RECONNECT:String = airecorder4puremvc.reconnected

RECORDEREVENT_EXCEPTION_NO_RECORDConstant 
public static const RECORDEREVENT_EXCEPTION_NO_RECORD:String = recorder.event.exception.no.record

RECORDEREVENT_RECORD_STARTEDConstant 
public static const RECORDEREVENT_RECORD_STARTED:String = recorder.event.record.started

RECORDEREVENT_RECORD_STOPPEDConstant 
public static const RECORDEREVENT_RECORD_STOPPED:String = recorder.event.record.stopped

RECORDEREVENT_RECORDID_GOTConstant 
public static const RECORDEREVENT_RECORDID_GOT:String = recorder.event.recordid.got

RECORDEREVENT_REPLAY_STARTEDConstant 
public static const RECORDEREVENT_REPLAY_STARTED:String = recorder.event.replay.started

RECORDEREVENT_REPLAY_STOPPEDConstant 
public static const RECORDEREVENT_REPLAY_STOPPED:String = recorder.event.replay.stopped

SHOWMICROPHONEPANELConstant 
public static const SHOWMICROPHONEPANEL:String = airecorder4puremvc.show.microphone.panel

STARTRECORDConstant 
public static const STARTRECORD:String = airecorder4puremvc.start.record

STARTREPLAYConstant 
public static const STARTREPLAY:String = airecorder4puremvc.start.replay

STOPRECORDConstant 
public static const STOPRECORD:String = airecorder4puremvc.stop.record

STOPREPLAYConstant 
public static const STOPREPLAY:String = airecorder4puremvc.stop.replay