Class UriEndpointStateChangedEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.MediaEvent
org.kurento.client.UriEndpointStateChangedEvent
- All Implemented Interfaces:
Event
Indicates the new state of the endpoint
-
Constructor Summary
ConstructorsConstructorDescriptionUriEndpointStateChangedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, UriEndpointState state) Indicates the new state of the endpoint -
Method Summary
Modifier and TypeMethodDescriptiongetState()Getter for the state propertyvoidsetState(UriEndpointState state) Setter for the state propertyMethods inherited from class MediaEvent
getType, setTypeMethods inherited from class RaiseBaseEvent
getSource, getTags, getTimestampMillis, setSource, setTags, setTimestampMillis
-
Constructor Details
-
UriEndpointStateChangedEvent
public UriEndpointStateChangedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, UriEndpointState state) Indicates the new state of the endpoint- Parameters:
source- Object that raised the eventtimestampMillis- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags-type- Type of event that was raisedstate- the new state
-
-
Method Details
-
getState
-
setState
Setter for the state property- Parameters:
state- the new state
-