public class UriEndpointStateChangedEvent extends MediaEvent
Constructor and Description |
---|
UriEndpointStateChangedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
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, String timestamp, List<Tag> tags, 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 stateCopyright © 2018 Kurento. All rights reserved.