public class SceneCreateEvent extends SceneEvent
| Constructor and Description |
|---|
SceneCreateEvent(Collection<InteractiveScene> scenes)
Initializes a new
SceneCreateEvent. |
| Modifier and Type | Method and Description |
|---|---|
Set<InteractiveScene> |
getScenes()
Returns a
Set of InteractiveScene that have been created. |
getRequestID, setRequestIDpublic SceneCreateEvent(Collection<InteractiveScene> scenes)
SceneCreateEvent.scenes - A Collection of InteractiveScene that have been createdpublic Set<InteractiveScene> getScenes()
Set of InteractiveScene that have been created.Set of InteractiveScene that have been createdCopyright © 2018. All rights reserved.