public class Event extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<InstanceID> |
instanceIDs |
| Constructor and Description |
|---|
Event() |
Event(List<InstanceID> instanceIDs) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
<EV extends EventedValue<?>> |
getEventedValue(UnsignedIntegerFourBytes id,
Class<EV> type) |
InstanceID |
getInstanceID(UnsignedIntegerFourBytes id) |
List<InstanceID> |
getInstanceIDs() |
boolean |
hasChanges() |
void |
setEventedValue(UnsignedIntegerFourBytes id,
EventedValue<?> ev) |
protected List<InstanceID> instanceIDs
public Event()
public Event(List<InstanceID> instanceIDs)
public List<InstanceID> getInstanceIDs()
public InstanceID getInstanceID(UnsignedIntegerFourBytes id)
public void clear()
public void setEventedValue(UnsignedIntegerFourBytes id, EventedValue<?> ev)
public <EV extends EventedValue<?>> EV getEventedValue(UnsignedIntegerFourBytes id, Class<EV> type)
public boolean hasChanges()
Copyright © 2023 jUPnP.org. All rights reserved.