public interface ConfigGroupChangedEvent extends MMEvent
The default implementation of this event is posted on the Studio event bus,
so subscribe using EventManager
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupName()
Name of the ConfigGroup.
|
java.lang.String |
getNewConfig()
Returns the name of the newly selected config in the group.
|