public class NodeUpdateEvent extends Object
Constructor and Description |
---|
NodeUpdateEvent(Collection<String> updatedIDs)
Default constructor with a provided set of IDs.
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getupdatedIDs()
Get all IDs of updated nodes
|
public NodeUpdateEvent(Collection<String> updatedIDs)
updatedIDs
- the IDs that were updatedpublic Collection<String> getupdatedIDs()
Collection
of Strings representing the updated IDsCopyright © 2018. All rights reserved.