|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMythEvent | |
---|---|
org.jmythapi.protocol | This package contains basic protocol related interfaces, exceptions and constants. |
org.jmythapi.protocol.events | This package contains interfaces related to MythTV events. |
org.jmythapi.protocol.events.impl | This package contains implementations of MythTV events. |
org.jmythapi.protocol.impl | This package contains implementations of MythTV protocol elements. |
org.jmythapi.protocol.utils | This package contains protocol related utiltity classes. |
Uses of IMythEvent in org.jmythapi.protocol |
---|
Methods in org.jmythapi.protocol with type parameters of type IMythEvent | ||
---|---|---|
|
IBackend.addEventListener(Class<Event> eventClass,
IMythEventListener<Event> listener)
|
|
|
IBackend.removeEventListener(Class<Event> eventClass,
IMythEventListener<Event> listener)
|
Uses of IMythEvent in org.jmythapi.protocol.events |
---|
Classes in org.jmythapi.protocol.events with type parameters of type IMythEvent | |
---|---|
interface |
IMythEventListener<E extends IMythEvent<?>>
Backend Event Listener-Interface. |
Subinterfaces of IMythEvent in org.jmythapi.protocol.events | |
---|---|
interface |
IAskRecording
Backend Event - Ask Recording. |
interface |
IClearSettingsCache
Backend Event - Clear Settings Cache. |
interface |
IClientErrorEvent
|
interface |
ICommflagStart
Backend Event - Recording - Commercial-Flagging Start. |
interface |
IDoneRecording
Backend Event- Recording Done. |
interface |
IDownloadFile<E extends Enum<E>>
Backend Event - Download File. |
interface |
IDownloadFileFinished
Backend Event - Download File Finished. |
interface |
IDownloadFileUpdate
Backend Event - Download File Update. |
interface |
ILiveTvChainUpdate
Backend Event - LiveTV Chain Update. |
interface |
IPixmapGenerated
Backend Event - Pixmap Generated. |
interface |
IRecordingEvent<E extends Enum<E>>
Backend Event - Recording Changes. |
interface |
IRecordingListChange<E extends Enum<E>>
Backend Event - Recordings-List Changed. |
interface |
IRecordingListChangeAdd
Backend Event - Recording-List Event - Recording Added. |
interface |
IRecordingListChangeDelete
Backend Event - Recording-List Event - Recording Deleted. |
interface |
IRecordingListChangeList
Deprecated. 55, replaced by IRecordingListChangeAdd , IRecordingListChangeUpdate , IRecordingListChangeDelete |
interface |
IRecordingListChangeSingle<E extends Enum<E>>
Backend Event - Recording-List Event - Single Recording Changed. |
interface |
IRecordingListChangeUpdate
Backend Event - Recording - Properties Updated. |
interface |
IRecordingUpdateEvent<E extends Enum<E>>
Backend Event - Recording - Properties Updated. |
interface |
IResetIdleTime
Backend Event - Idle Time Reset. |
interface |
IScheduleChange
Backend Event - Schedule Changed. |
interface |
IShutdownCountdown
Backend Event - Shutdown Countdown. |
interface |
ISystemEvent
Backend Event - System Event. |
interface |
IUpdateFileSize
Backend Event - Recording - File-Size Updated. |
interface |
IUpdateProgInfo
Deprecated. 55, replaced by IRecordingListChangeUpdate . |
interface |
IVideoList<E extends Enum<E>>
Backend Event - Video List. |
interface |
IVideoListChange
Backend Event - Video List - Change. |
interface |
IVideoListNoChange
Backend Event - Video List - No Change. |
Uses of IMythEvent in org.jmythapi.protocol.events.impl |
---|
Classes in org.jmythapi.protocol.events.impl that implement IMythEvent | |
---|---|
class |
AMythEvent<E extends Enum<E>>
|
class |
AskRecording
|
class |
ClearSettingsCache
|
class |
ClientErrorEvent
|
class |
CommflagStart
|
class |
DoneRecording
|
class |
DownloadFileFinished
|
class |
DownloadFileUpdate
|
class |
LiveTvChainUpdate
|
class |
PixmapGenerated
|
class |
RecordingListChangeAdd
|
class |
RecordingListChangeAny
|
class |
RecordingListChangeDelete
|
class |
RecordingListChangeUpdate
|
class |
ResetIdleTime
|
class |
ScheduleChange
|
class |
ShutdownCountdown
|
class |
SystemEvent
|
class |
UpdateFileSize
|
class |
UpdateProgInfo
|
class |
VideoList<E extends Enum<E>>
|
class |
VideoListChange
|
class |
VideoListNoChange
|
Uses of IMythEvent in org.jmythapi.protocol.impl |
---|
Methods in org.jmythapi.protocol.impl with type parameters of type IMythEvent | ||
---|---|---|
|
Backend.addEventListener(Class<Event> eventClass,
IMythEventListener<Event> listener)
|
|
|
Backend.removeEventListener(Class<Event> eventClass,
IMythEventListener<Event> listener)
|
Uses of IMythEvent in org.jmythapi.protocol.utils |
---|
Methods in org.jmythapi.protocol.utils with type parameters of type IMythEvent | ||
---|---|---|
static
|
EventUtils.getResponseClass(String commandName)
|
|
static
|
EventUtils.readFrom(Class<Event> respClass,
IMythPacket packet)
|
|
static
|
EventUtils.readFrom(IMythPacket packet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |