public interface PropertyChangedEvent extends MMEvent
The default implementation of this event posts on the Studio event bus,
so subscribe using EventManager
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDevice()
Device to which the changed property belongs.
|
java.lang.String |
getProperty()
Returns the property key.
|
java.lang.String |
getValue()
New value of the property.
|
java.lang.String getDevice()
java.lang.String getValue()
java.lang.String getProperty()