public class UriEndpointStateChangedEvent extends MediaEvent
Constructor and Description |
---|
UriEndpointStateChangedEvent(MediaObject source,
java.lang.String timestamp,
java.util.List<Tag> tags,
java.lang.String type,
UriEndpointState state)
Indicates the new state of the endpoint
|
Modifier and Type | Method and Description |
---|---|
UriEndpointState |
getState()
Getter for the state property
|
void |
setState(UriEndpointState state)
Setter for the state property
|
getType, setType
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public UriEndpointStateChangedEvent(MediaObject source, java.lang.String timestamp, java.util.List<Tag> tags, java.lang.String type, UriEndpointState state)
source
- Object that raised the eventtimestamp
- tags
- type
- Type of event that was raisedstate
- the new statepublic UriEndpointState getState()
public void setState(UriEndpointState state)
state
- the new state