public class ControlDeleteEvent extends ControlEvent
| Constructor and Description |
|---|
ControlDeleteEvent(String sceneID,
Collection<String> controlIds)
Initializes a new
ControlDeleteEvent. |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getControlIds()
Returns the
Set of identifiers of InteractiveControls included in the event. |
getSceneIDgetRequestID, setRequestIDpublic ControlDeleteEvent(String sceneID, Collection<String> controlIds)
ControlDeleteEvent.sceneID - Identifier for the InteractiveScene that contains the InteractiveControls
that have been deletedcontrolIds - A Collection of identifiers of InteractiveControls that have been deletedCopyright © 2018. All rights reserved.