org.jmythapi.protocol.events
Interface IPixmapGenerated

All Superinterfaces:
Cloneable, IMythEvent<IPixmapGenerated.Props>, IPropertyAware<IPixmapGenerated.Props>, IRecordingEvent<IPixmapGenerated.Props>, ISendable, IVersionable
All Known Implementing Classes:
PixmapGenerated

public interface IPixmapGenerated
extends IRecordingEvent<IPixmapGenerated.Props>

Backend Event - Pixmap Generated.

Since:
61
See Also:
BACKEND_MESSAGE_GENERATED_PIXMAP, IBackend.queryGenPixmap2(String, org.jmythapi.protocol.response.IProgramInfo)

Nested Class Summary
static class IPixmapGenerated.Props
           
 
Method Summary
 Integer getChannelID()
          Gets the channel ID of the recording.
 IPixmap getPixmap()
           
 String getPreviewImageName()
           
 Date getRecordingStartTime()
          Gets the recording start time.
 String getStatusCode()
           
 String getStatusMessage()
           
 String getToken()
           
 String getUniqueRecordingID()
          Gets the unique ID of the changed recording.
 
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

getChannelID

Integer getChannelID()
Description copied from interface: IRecordingEvent
Gets the channel ID of the recording.

Specified by:
getChannelID in interface IRecordingEvent<IPixmapGenerated.Props>
Returns:
the channel ID.

getRecordingStartTime

Date getRecordingStartTime()
Description copied from interface: IRecordingEvent
Gets the recording start time.

Specified by:
getRecordingStartTime in interface IRecordingEvent<IPixmapGenerated.Props>
Returns:
the recording start time.

getUniqueRecordingID

String getUniqueRecordingID()
Description copied from interface: IRecordingEvent
Gets the unique ID of the changed recording.

Specified by:
getUniqueRecordingID in interface IRecordingEvent<IPixmapGenerated.Props>
Returns:
the unique recording ID.
See Also:
EncodingUtils.generateId(Integer, Date)

getStatusCode

String getStatusCode()

getStatusMessage

String getStatusMessage()

getPixmap

IPixmap getPixmap()

getToken

String getToken()

getPreviewImageName

String getPreviewImageName()


Copyright © 2008-2013. All Rights Reserved.