public class ControlUpdateEvent extends ControlEvent
| Constructor and Description |
|---|
ControlUpdateEvent(String sceneID,
Collection<InteractiveControl> controls)
Initializes a new
ControlUpdateEvent. |
| Modifier and Type | Method and Description |
|---|---|
Set<InteractiveControl> |
getControls()
Returns the
Set of InteractiveControls included in the event. |
getSceneIDgetRequestID, setRequestIDpublic ControlUpdateEvent(String sceneID, Collection<InteractiveControl> controls)
ControlUpdateEvent.sceneID - Identifier for the InteractiveScene that contains the InteractiveControls
that have been updatedcontrols - A Collection of InteractiveControls that have been updatedpublic Set<InteractiveControl> getControls()
Set of InteractiveControls included in the event.Set of InteractiveControlsCopyright © 2018. All rights reserved.