Class AudioModelDelegate
java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
com.inductiveautomation.perspective.gateway.components.AudioModelDelegate
- 
Field SummaryFieldsFields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatecomponent, log
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatefireEvent, getScriptCallableMethods, handleEventMethods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
- 
Field Details- 
ID- See Also:
 
 
- 
- 
Constructor Details- 
AudioModelDelegate
 
- 
- 
Method Details- 
playpublic void play()
- 
pausepublic void pause()
- 
replaypublic void replay()
- 
onStartupprotected void onStartup()- Specified by:
- onStartupin class- AbstractLifecycle
 
- 
onShutdownprotected void onShutdown()- Specified by:
- onShutdownin class- AbstractLifecycle
 
 
-