org.jmythapi.protocol.events
Interface IMythEvent<E extends Enum<E>>

Type Parameters:
E - the properties of the backend event.
All Superinterfaces:
Cloneable, IPropertyAware<E>, ISendable, IVersionable
All Known Subinterfaces:
IAskRecording, IClearSettingsCache, IClientErrorEvent, ICommflagStart, IDoneRecording, IDownloadFile<E>, IDownloadFileFinished, IDownloadFileUpdate, ILiveTvChainUpdate, IPixmapGenerated, IRecordingEvent<E>, IRecordingListChange<E>, IRecordingListChangeAdd, IRecordingListChangeDelete, IRecordingListChangeList, IRecordingListChangeSingle<E>, IRecordingListChangeUpdate, IRecordingUpdateEvent<E>, IResetIdleTime, IScheduleChange, IShutdownCountdown, ISystemEvent, IUpdateFileSize, IUpdateProgInfo, IVideoList<E>, IVideoListChange, IVideoListNoChange
All Known Implementing Classes:
AMythEvent, AskRecording, ClearSettingsCache, ClientErrorEvent, CommflagStart, DoneRecording, DownloadFileFinished, DownloadFileUpdate, LiveTvChainUpdate, PixmapGenerated, RecordingListChangeAdd, RecordingListChangeAny, RecordingListChangeDelete, RecordingListChangeUpdate, ResetIdleTime, ScheduleChange, ShutdownCountdown, SystemEvent, UpdateFileSize, UpdateProgInfo, VideoList, VideoListChange, VideoListNoChange

public interface IMythEvent<E extends Enum<E>>
extends IPropertyAware<E>, IVersionable, ISendable

Backend Event.


Method Summary
 String getEventName()
          Gets the name of the backend event.
 
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

getEventName

String getEventName()
Gets the name of the backend event.

Returns:
the event name


Copyright © 2008-2013. All Rights Reserved.