org.fourthline.cling.support.lastchange
Class Event
java.lang.Object
org.fourthline.cling.support.lastchange.Event
public class Event
- extends Object
- Author:
- Christian Bauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instanceIDs
protected List<InstanceID> instanceIDs
Event
public Event()
Event
public Event(List<InstanceID> instanceIDs)
getInstanceIDs
public List<InstanceID> getInstanceIDs()
getInstanceID
public InstanceID getInstanceID(UnsignedIntegerFourBytes id)
clear
public void clear()
setEventedValue
public void setEventedValue(UnsignedIntegerFourBytes id,
EventedValue ev)
getEventedValue
public <EV extends EventedValue> EV getEventedValue(UnsignedIntegerFourBytes id,
Class<EV> type)
hasChanges
public boolean hasChanges()
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.