Class AudioModelDelegate
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
- 
- com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
- 
- com.inductiveautomation.perspective.gateway.components.AudioModelDelegate
 
 
 
- 
 public class AudioModelDelegate extends ComponentModelDelegate 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringID- 
Fields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatecomponent, log
 
- 
 - 
Constructor SummaryConstructors Constructor Description AudioModelDelegate(Component component)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonShutdown()protected voidonStartup()voidpause()voidplay()voidreplay()- 
Methods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatefireEvent, getScriptCallableMethods, handleEvent
 - 
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final java.lang.String ID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
AudioModelDelegatepublic AudioModelDelegate(Component component) 
 
- 
 - 
Method Detail- 
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
 
 
- 
 
-