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