public class SceneDeleteEvent extends SceneEvent
| Constructor and Description | 
|---|
SceneDeleteEvent(String sceneID,
                String reassignSceneID)
Initializes a new  
SceneDeleteEvent. | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getReassignSceneID()
Returns the identifier for the  
InteractiveScene that InteractiveGroups have
 been reassigned to. | 
String | 
getSceneID()
Returns the identifier for the  
InteractiveScene that has been deleted. | 
getRequestID, setRequestIDpublic SceneDeleteEvent(String sceneID, String reassignSceneID)
SceneDeleteEvent.sceneID - The identifier for the InteractiveScene that has been deletedreassignSceneID - The identifier for the InteractiveScene that InteractiveGroup have
          been reassigned topublic String getSceneID()
InteractiveScene that has been deleted.InteractiveScene that has been deletedpublic String getReassignSceneID()
InteractiveScene that InteractiveGroups have
 been reassigned to.InteractiveScene that InteractiveGroup have
          been reassigned toCopyright © 2018. All rights reserved.