org.jmythapi.protocol.events.impl
Class VideoList<E extends Enum<E>>
java.lang.Object
org.jmythapi.impl.AData<E>
org.jmythapi.protocol.response.impl.AMythResponse<E>
org.jmythapi.protocol.events.impl.AMythEvent<E>
org.jmythapi.protocol.events.impl.VideoList<E>
- All Implemented Interfaces:
- Cloneable, IPropertyAware<E>, IVersionable, IMythEvent<E>, IVideoList<E>, ISendable, IMythResponse<E>
- Direct Known Subclasses:
- VideoListChange, VideoListNoChange
public class VideoList<E extends Enum<E>>
- extends AMythEvent<E>
- implements IVideoList<E>
Method Summary |
int |
getChangeCount()
Gets the amount of detected changes. |
boolean |
hasChanges()
Checks if changes were detected. |
Methods inherited from class org.jmythapi.impl.AData |
clone, equals, getPropertyClass, getPropertyCount, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValueObject, getPropertyValues, getVersionNr, hashCode, init, postProcessArguments, setPropertyValue, setPropertyValue, setPropertyValueObject |
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
VideoList
public VideoList(Class<E> propsClass,
IMythPacket packet)
getChangeCount
public int getChangeCount()
- Description copied from interface:
IVideoList
- Gets the amount of detected changes.
- Specified by:
getChangeCount
in interface IVideoList<E extends Enum<E>>
- Returns:
- the amount of changes.
hasChanges
public boolean hasChanges()
- Description copied from interface:
IVideoList
- Checks if changes were detected.
- Specified by:
hasChanges
in interface IVideoList<E extends Enum<E>>
- Returns:
true
if changes were detected.
Copyright © 2008-2013. All Rights Reserved.