Constructor and Description |
---|
MoveEvent(BrowserNodeInfo newParent,
BrowserNodeInfo[] nodes)
The constructor of the move event.
|
Modifier and Type | Method and Description |
---|---|
BrowserNodeInfo |
getNewParent()
Return the new parent of the nodes that are being moved.
|
BrowserNodeInfo[] |
getNodes()
Return the nodes that are being moved.
|
public MoveEvent(BrowserNodeInfo newParent, BrowserNodeInfo[] nodes)
newParent
- the new parent of the nodes that are being moved.nodes
- the nodes that are being moved.public BrowserNodeInfo getNewParent()
public BrowserNodeInfo[] getNodes()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.