org.jmythapi.protocol.events
Interface ILiveTvChainUpdate

All Superinterfaces:
Cloneable, IMythEvent<ILiveTvChainUpdate.Props>, IPropertyAware<ILiveTvChainUpdate.Props>, ISendable, IVersionable
All Known Implementing Classes:
LiveTvChainUpdate

public interface ILiveTvChainUpdate
extends IMythEvent<ILiveTvChainUpdate.Props>

Backend Event - LiveTV Chain Update.

See Also:
BACKEND_MESSAGE_LIVETV_CHAIN

Nested Class Summary
static class ILiveTvChainUpdate.Props
           
 
Method Summary
 String getChainId()
          Gets the Live-TV chain ID.
 
Methods inherited from interface org.jmythapi.protocol.events.IMythEvent
getEventName
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 
Methods inherited from interface org.jmythapi.protocol.ISendable
getPacket
 

Method Detail

getChainId

String getChainId()
Gets the Live-TV chain ID.

Returns:
the live-TV chain ID.


Copyright © 2008-2013. All Rights Reserved.